sgs {rbcb}R Documentation

Create SGS code

Description

SGS code is an objects that represents the SGS code used to download datasets from the SGS API.

Usage

sgs(..., load_info = TRUE)

Arguments

...

numeric codes (preferably named)

load_info

'logical' indicating with the dataset info shoud be loaded (default TRUE)

Value

an SGS object representing SGS codes

Examples

## Not run: 
sgs(USD = 1, IPCA = 433)

## End(Not run)

[Package rbcb version 0.1.14 Index]