Learn R Programming

portfolio.optimization (version 1.0-0)

po.tutorial: Open a specific portfolio.optimization package tutorial

Description

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.

Usage

po.tutorial(tutorial = "")

Arguments

tutorial

name of the tutorial to open

Value

Nothing if no tutorial specified, otherwise the path to the tutorial.

Examples

Run this code
# NOT RUN {
file.edit(po.tutorial("101"))
file.edit(po.tutorial("compare"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab