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
if (FALSE) {
sgs(USD = 1, IPCA = 433)
}