download_GDP_data | R Documentation |
Downloads GDP data from the Brazilian Institute of Geography and Statistics
download_GDP_data(yyyymm_start, yyyymm_end)
yyyymm_start |
Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
yyyymm_end |
End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
A data.frame with quarters and the corresponding annual nominal GDP amounts in BRL million up to (and including) each quarter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.