Description Usage Arguments Value Author(s)
View source: R/get.data.frame.R
By default, BETS.get returns a ts object. However, there are many situations in which is more convenient to work with a data.frame. So, get.data.frame receives the code of a BETS series and returns a data.frame containing the data of the corresponding series. Alternatively, a ts can be supplied, in which case the BETS databases will not be searched.
1 | get.data.frame(code, ts = NULL)
|
code |
An |
ts |
An |
A data.frame. The first column contains the dates. The second, its values.
Talitha Speranza talitha.speranza@fgv.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.