sen_bills_list: Downloads and tidies information on the types of acts that...

Description Usage Arguments Value Author(s) Examples

View source: R/sen_various.R

Description

Downloads and tidies information on the types of acts that can be formally made in the Federal Senate.

Usage

1
sen_bills_list(active = NULL, ascii = TRUE)

Arguments

active

.Possible values are TRUE, FALSE, or can be left as NULL, in which case both active and inactive bill types are returned.

ascii

logical. TRUE by default, removes latin-1 characters from returned object.

Value

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

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
bills <- sen_bills_list(active = TRUE)

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