buildRollcallDataset: Fetch bills discussed and voted on the plenary

Description Usage Arguments Examples

Description

Fetch bills discussed and voted on the plenary

Usage

1
2
3
4
5
6
7
buildRollcallDataset(
  year = 2021,
  type = "",
  download = TRUE,
  ascii = FALSE,
  filter = TRUE
)

Arguments

year

an itneger the year querying

type

a string for querying a particular type of bill

download

a logical, if TRUE it will download a database of bills before combining all data

ascii

a logical

filter

a logical, if TRUE, it will filter data to a few types of bills, such as PEC, PL, PLP, PDL, PDC, MPV etc

Examples

1
data <- buildRollcallDataset(year = 2021)

danielmarcelino/CamaraBR documentation built on Nov. 6, 2021, 9:45 a.m.