powered by
Downloads and tidies information on the types of legislation in the Federal Senate.
sen_bills_types(active = NULL, ascii = TRUE)
character. Options are "Yes", "No" or NULL, the default. "Yes" returns active types, "No" returns inactive types, while the default returns both.
character
NULL
logical. If TRUE, strips Latin characters from strings.
logical
TRUE
A tibble, of classes tbl_df, tbl and data.frame.
tbl_df
tbl
data.frame
# NOT RUN { legis <- sen_bills_types() # }
Run the code above in your browser using DataLab