bcb_serie_carrega: Returns a 'data.frame' with a given series from BCB (Brazil's...

View source: R/bcb.R

bcb_serie_carregaR Documentation

Returns a data.frame with a given series from BCB (Brazil's Central Bank - Banco Central do Brasil) by its code

Description

Returns a data.frame with a given series from BCB (Brazil's Central Bank - Banco Central do Brasil) by its code

Usage

bcb_serie_carrega(codigo, dir = ".", alwaysDownload = F)

Arguments

codigo

the series code

dir

directory for temporary (cache) files

alwaysDownload

if true, ignores local cache

Value

a data.frame

See Also

https://www.bcb.gov.br/?SGS

Examples

## Not run: 
  df <- bcb_serie_carrega(193)

## End(Not run)

tbrugz/ribge documentation built on Feb. 24, 2024, 7 p.m.