Description Usage Arguments Value
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S3 method for class 'Finam_'
getSymbols(
Symbols,
env,
return.class = "xts",
index.class = "Date",
from = "2007-01-01",
to = Sys.Date(),
adjust = FALSE,
period = "day",
col_funs = NULL,
tz = Sys.timezone(),
...
)
|
Symbols |
character vector |
env |
environment, where assign value |
return.class |
character, which class to return |
index.class |
character, which index class to return |
from |
character, start date |
to |
character, end date |
adjust |
bool, if TRUE then 00:00:00 - > 23:59:59 |
period |
character, one of 'day', '1min', '10min', 'hour' |
tz |
character scalar, timezone |
... |
additional args |
nothing or table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.