Description Usage Arguments Details Value Author(s) Examples
View source: R/sen_commission_list.R
Information on commissions in the Federal Senate.
1  | sen_commissions(active = c("Yes", "No"), ascii = TRUE)
 | 
active | 
 
  | 
ascii | 
 
  | 
Returns a data frame with the following variables:
commission_id: unique code for each commission.
commission_abbr: Abbreviated name of the commission.
commission_name: Commission name.
commission_purpose: Objective of the commission.
commission_initial_date: Commission starting date.
commission_public: Whether the commission is public or not.
commission_house: Legislative house where the commission is based.
commission_type: Permanent, temporary, or a parliamentary inquiry.
A tibble, of classes tbl_df, tbl and data.frame.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
1  | comms <- sen_commissions()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.