Learn R Programming

congressbr (version 0.2.2)

sen_commissions: Information on commissions in the Federal Senate

Description

Information on commissions in the Federal Senate.

Usage

sen_commissions(active = c("Yes", "No"), ascii = TRUE)

Arguments

active

character. Options are "Yes" or "No". If "Yes", returns only active commissions, otherwise all commissions.

ascii

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

Value

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

Details

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.

Examples

Run this code
# NOT RUN {
comms <- sen_commissions()
# }

Run the code above in your browser using DataLab