Description Usage Arguments Details Value Author(s) Examples
View source: R/sen_commission_list.R
Information on the senators who serve on a certain commission in the Federal Senate.
1 | sen_commissions_senators(code = NULL, ascii = TRUE)
|
code |
|
ascii |
|
Returns a data frame with the following variables:
commission:
name of the commission.
commission_abbr:
abbreviated name of the commission.
senator_id:
unique code for each senator.
senator_name
senator_party
senator_state
A tibble, of classes tbl_df
, tbl
and data.frame
.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
1 2 | # get info on the senators who serve on the CCJ commission:
ccj <- sen_commissions_senators(code = "CCJ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.