cham_plenary_bills: This function lists every bill voted on in plenary.

Description Usage Arguments Value Note Author(s) Examples

View source: R/cham_plenary_bills.R

Description

This function lists every bill voted on in plenary.

Usage

1
cham_plenary_bills(year, type = "", ascii = T)

Arguments

year

(integer) start year of the period requested.

type

character. The type of the bill. For example, "PL"

ascii

logical. If TRUE, certain strings are converted to ascii format.

Value

A tibble, of classes tbl_df, tbl and data.frame.

Note

Requesting data from a long period of time with details = TRUE will return a large object in terms of memory. It will also be rather unwieldy, with many columns.

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
cham_plenary_bills(year = 2008)

congressbr documentation built on Dec. 16, 2019, 1:21 a.m.