po.tutorial {portfolio.optimization} | R Documentation |
po.tutorial
returns the filename of a specific portfolio.optimization
package tutorial. If no tutorial is given or the tutorial is missspelled, a
list of available tutorials is printed.
po.tutorial(tutorial = "")
tutorial |
name of the tutorial to open |
Nothing if no tutorial specified, otherwise the path to the tutorial.
Ronald Hochreiter, ronald@algorithmic.finance
## Not run: file.edit(po.tutorial("101")) file.edit(po.tutorial("compare")) ## End(Not run)