sen_bills_passage: Downloads and tidies information on the possible locations a...

Description Usage Arguments Value Author(s) Examples

View source: R/sen_bills_various.R

Description

Downloads and tidies information on the possible locations a piece of legislation can currently be passing through.

Usage

1
sen_bills_passage(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_passage(bill_id = 9123)

RobertMyles/congressbr documentation built on July 18, 2020, 4:04 a.m.