Description Usage Arguments Details Value Author(s) Examples
View source: R/sen_commission_list.R
Information on commissions in the Federal Senate, by commission type.
1  | sen_commissions_type(type = c("permanent", "cpi", "temporary"), ascii = TRUE)
 | 
type | 
 
  | 
ascii | 
 
  | 
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ão Parlamentar de Inquérito.
commission_house: Legislative house where the commission is based.
active: Whether the commission is active or not.
A tibble, of classes tbl_df, tbl and data.frame.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
1  | cpi <- sen_commissions_type(type = "permanent")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.