Description Usage Arguments Value Note References See Also Examples
Returns a list with metadata information about the requested series.
1 |
code |
A character vector with Ipeadata code. |
language |
String specifying the selected language. Language options are
English ( |
quiet |
Logical. If |
A data frame containing Ipeadata code, name, short comment, last update, theme name, source's name and full name, source's URL, frequency, unity, multiplier factor, status, subject code and the country or territorial code of requested series.
The original language of the available series' names and the comments were preserved.
The Ipeadata codes may be required by available_series()
.
This R package uses the Ipeadata API. For more information go to http://www.ipeadata.gov.br/.
available_series
, available_subjects
,
available_territories
1 2 3 4 5 6 | ## Not run:
# Metadata from
# "PRECOS12_IPCA12": Extended National Consumer Price Index (IPCA), Brazil
meta <- metadata(code = "PRECOS12_IPCA12")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.