Description Usage Arguments Details Value Note Author(s) References Examples
The function returns an object of class yuima.data-class
that contains downloaded data from a specified data provider (default yahoo
). Available data provider are.
1 |
Ticker |
inserire |
from |
inserire |
to |
inserire |
src |
inserire |
type |
inserire |
delta |
inserire |
... |
inserire |
Si puo togliere
The object is an object of yuima.data
Puoi togliere
Nome
Inserire qualche manuale per i dati o niente
1 2 3 4 5 | Ticker <- c("AAL.L", "ABF.L", "ADM.L")
from <- "2011-01-01"
to <- "2017-01-04"
X <- COGgetData(Ticker = Ticker, from = from, to = to)
plot(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.