sen_commissions_senators: Information on the senators who serve on a certain commission...

Description Usage Arguments Details Value Author(s) Examples

View source: R/sen_commission_list.R

Description

Information on the senators who serve on a certain commission in the Federal Senate.

Usage

1

Arguments

code

character. Character code (abbreviation) of the commission requested. A list of these may be obtained with sen_commissions(), although not all of the abbreviations in this data frame will return information.

ascii

logical. If TRUE, certain strings are converted to ascii format.

Details

Returns a data frame with the following variables:

Value

A tibble, of classes tbl_df, tbl and data.frame.

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
2
# get info on the senators who serve on the CCJ commission:
ccj <- sen_commissions_senators(code = "CCJ")

RobertMyles/congressbr documentation built on July 18, 2020, 4:04 a.m.