getsgs: Extract Data from SGS Database

View source: R/sgsdata.R

getsgsR Documentation

Extract Data from SGS Database

Description

Extracts data from Central Bank of Brazil statistical database Time Series Management System (SGS).

Usage

getsgs(namex, numberx)

Arguments

namex

A vector of strings containing names of series chosen by user.

numberx

An integer vector representing the number of each series in SGS database.

Value

Tibble

Examples

## Not run: 
# 433  ipca (cpi)
# 11427 ex0 (core inflation)
n <- c(433, 11427)
x <- c("ipca", "ex0")
inf <- getsgs(x, n)

## End(Not run)

nelson16silva/wavcoreinf documentation built on Feb. 17, 2025, 7:10 p.m.