BETS.sidra.search: Search for Sidra Series

Description Usage Arguments Examples

View source: R/BETS.sidra.search.R

Description

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

Usage

1
BETS.sidra.search(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

1
2
3
4
5
## Not run: 
BETS.sidra.search("pib")
BETS.sidra.search(1248)

## End(Not run)

pedrocostaferreira/BETS documentation built on June 1, 2020, 7:53 a.m.