powered by
Searches the Sidra databases for a series by its description or a given table descriptions.
sidraSearch(description = NULL, code, view = TRUE, browse = FALSE)
A character argument. Function searches the Sidra metadata and prints results in a window.
character
A numeric argument must be provided. The descriptions of the given table are returned.
A boolean. The default is TRUE. If set to FALSE, the results are NOT going to be shown.
boolean
TRUE
FALSE
A boolean. If browse is set to TRUE, the description table opens in your browser for better visualization.
# NOT RUN { sidraSearch(description = "pib") sidraSearch(code = 1248) # }
Run the code above in your browser using DataLab