download_receitas: Download Receitas

Description Usage Arguments Value Examples

View source: R/download_data.R

Description

Download Receitas

Usage

1

Arguments

year

integer between 2013 and 2019

...

additional parameters

Value

data.frame

Examples

1
2
3
4
5
6
7
8
(x <- download_receitas(year = 2014))
(x <- download_receitas(year = 2014:2015))

## Not run: 
 (x <- download_receitas(year = "2014"))
 (x <- download_receitas(year = 2014, month = 2))

## End(Not run)

stats4good/transpbrr documentation built on Oct. 21, 2019, 6:08 p.m.