Description Usage Arguments Value Author(s) Examples
method to getSymbols from an environment
1 2 | getSymbols.pos(Symbols, pos = .GlobalEnv, verbose = TRUE,
...)
|
Symbols |
character vector of names of objects |
pos |
where to look for the object (see
|
verbose |
be verbose? |
... |
other arguments |
either the names of objects that were stored if called
with auto.assign=TRUE
, or an object of type
return.class
Garrett See
1 2 3 4 5 6 | ## Not run:
e <- new.env()
getSymbols("SPY", src='yahoo', env=e) #data stored at e$SPY
getSymbols("SPY", src='pos', pos=e) #fetch data from e and store in .GlobalEnv
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.