sidraSearch {BETS}R Documentation

Search for Sidra Series

Description

Searches the Sidra databases for a series by its description or a given table descriptions.

Usage

sidraSearch(description = NULL, code, view = TRUE, browse = FALSE)

Arguments

description

A character argument. Function searches the Sidra metadata and prints results in a window.

code

A numeric argument must be provided. The descriptions of the given table are returned.

view

A boolean. The default is TRUE. If set to FALSE, the results are NOT going to be shown.

browse

A boolean. If browse is set to TRUE, the description table opens in your browser for better visualization.

Examples

## Not run: 
sidraSearch(description = "pib")
sidraSearch(code = 1248)

## End(Not run)

[Package BETS version 0.4.9 Index]