sen_commissions_type: Information on commissions in the Federal Senate, by commission type
Description
Information on commissions in the Federal Senate, by commission type.
Usage
sen_commissions_type(type = c("permanent", "cpi", "temporary"), ascii = TRUE)Arguments
type
character. Options are permanent, cpi and temporary.See details.
ascii
logical. If TRUE, certain strings are converted to ascii
format.
Value
A tibble, of classes tbl_df, tbl and data.frame.
Details
Returns a data frame with the following variables:
commission_id: unique code for each commission.
commission_name: name of the commission.
commission_type: permanent commission, temporary, or a parliamentary inquiry Comiss<U+00E3>o Parlamentar de Inqu<U+00E9>rito.
commission_house: Legislative house where the commission is based.
active: Whether the commission is active or not.
Examples
Run this code# NOT RUN {
cpi <- sen_commissions_type(type = "permanent")
# }
Run the code above in your browser using DataLab