| search_sidra | R Documentation |
Searches table titles in the official IBGE aggregate catalog.
search_sidra(x)
x |
A non-empty character vector containing the search terms. |
Matching is case- and accent-insensitive. When x contains
multiple terms, every term must occur in the title, but the terms need
not be adjacent. The catalog is requested live and is not cached by the
package. The timeout and retry options described in get_sidra() also
apply.
A named character vector with matching SIDRA table titles. Names
are the table codes. Returns character(0) when there are no matches.
Renato Prado Siqueira rpradosiqueira@gmail.com
get_sidra(), info_sidra(), and sidra_catalog()
## Not run:
search_sidra("contas nacionais")
search_sidra("IPCA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.