Learn R Programming

congressbr (version 0.2.2)

sen_statement_list: Downloads and tidies information on the types of declarations senators can make in the Federal Senate

Description

Downloads and tidies information on the types of declarations senators can make in the Federal Senate.

Usage

sen_statement_list(ascii = TRUE, print = TRUE)

Arguments

ascii

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

print

logical. If TRUE (the default), prints the dataframe to the console.

Value

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

Examples

Run this code
# NOT RUN {
st <- sen_statement_list()
# }

Run the code above in your browser using DataLab