Description Usage Arguments Details Author(s) See Also Examples
Get data from env
ironment, subset the data, and
re-assign it.
1 2 | gsa(Symbols, subset = "T08:30/T15:00", env = .GlobalEnv,
store.to = env, invisible = FALSE)
|
Symbols |
names of xts objects |
subset |
xts style subetting string. ("T08:30/T15:00") |
env |
environment where data is stored (.GlobalEnv) |
store.to |
environment in which to store the
subsetted data. By default it is the same as |
invisible |
TRUE/FALSE. If true, nothing is returned, otherwise, the name of symbols that were subset will be returned |
Primarily intended to remove data from outside of regular trading hours. However, can be used for any xts style subsetting.
Garrett See
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.