powered by
Downloads details of a specific bill by providing type, number and year
cham_bill_info(type, number, year, ascii = T)
character. The type of the bill. For example, "PL"
character
integer. The number of the bill
integer
integer. The year of the bill.
logical. If TRUE, certain strings are converted to ascii format.
logical
A tibble, of classes tbl_df, tbl and data.frame.
tbl_df
tbl
data.frame
# NOT RUN { cham_bill_info(type = "PL", number = "3962", year = "2008") # }
Run the code above in your browser using DataLab