Learn R Programming

congressbr (version 0.2.2)

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

Description

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

Usage

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.

Examples

Run this code
# NOT RUN {
cham_bill_info(type = "PL", number = "3962", year = "2008")
# }

Run the code above in your browser using DataLab