sen_bills_status: Downloads and tidies information on legislation from the...

Description Usage Arguments Value Author(s) Examples

View source: R/sen_bills_various.R

Description

Downloads and tidies information on legislation from the current legislature of the Federal Senate.

Usage

1
sen_bills_status(bill_id = NULL, ascii = TRUE)

Arguments

bill_id

integer. This number is the id given to each bill in the Senate database. For example, running sen_bills_current() will return a dataframe with the variable bill_id in the first column. These numbers can be used as this id.

ascii

logical. If TRUE, strips Latin characters from strings.

Value

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

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
sen_bills_status(bill_id = 80406)

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