cham_bill_info: Downloads details of a specific bill by providing type,...

Description Usage Arguments Value Author(s) Examples

View source: R/cham_bill_info.R

Description

Downloads details of a specific bill by providing type, number and year

Usage

1
cham_bill_info(type, number, year, ascii = T)

Arguments

type

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

number

integer. The number of the bill

year

integer. The year of the bill.

ascii

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

Value

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

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
cham_bill_info(type = "PL", number = "3962", year = "2008")

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