series_estatisticas_carrega: Returns a 'data.frame' with a given series.

View source: R/util.R

series_estatisticas_carregaR Documentation

Returns a data.frame with a given series.

Description

Returns a data.frame with a given series.

Usage

series_estatisticas_carrega(codigo, dir = ".", xtraurl = "",
  transpose = FALSE)

Arguments

codigo

the series code

dir

directory for temporary (cache) files

xtraurl

extra parameter to include in the request URL

transpose

transpose the data.frame

Value

a data.frame

See Also

http://seriesestatisticas.ibge.gov.br/

Examples

## Not run: 
  df <- series_estatisticas_carrega("CD99_BR_ABS", transpose=T)

## End(Not run)

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