sen_commission_positions: Information on positions (jobs) that legislators may occupy...

Description Usage Arguments Details Value Author(s) Examples

View source: R/sen_commission_list.R

Description

Information on positions (jobs) that legislators may occupy in commissions in the Federal Senate.

Usage

1
sen_commission_positions(active = c("Both", "Yes", "No"), ascii = TRUE)

Arguments

active

character. If "No", returns all positions, otherwise returns positions that are presently active.

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
jobs <- sen_commission_positions(active = "No")

congressbr documentation built on Dec. 16, 2019, 1:21 a.m.