ldhmm.read_csv_by_symbol | R Documentation |
This is a helper utility to read sample csv file into data frame. The main use for external users is to read the option data since it has a different format than other price timeseries data.
ldhmm.read_csv_by_symbol(symbol = "dji", extdata_dir = NULL)
symbol |
Character for the symbol of the time series. Default: dji |
extdata_dir |
optionally specify user's own extdata folder |
The data.frame object
Stephen H-T. Lihn
dji <- ldhmm.read_csv_by_symbol("dji")
spx <- ldhmm.read_csv_by_symbol("spx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.