sen_plenary_result: Returns results from the plenary in the Federal Senate for a...

Description Usage Arguments Value Author(s) Examples

View source: R/sen_plenary.R

Description

Returns results from the plenary in the Federal Senate for a specified date.

Usage

1

Arguments

date

character. Format YYYYMMDD.

ascii

logical. If TRUE, the default, strips Latin characters from the results.

Value

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

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1
2
3
4
5
# get info for the 3rd of March 2016:
x <- sen_plenary_result(date = "20160303")
# Earlier periods may not have information:

sen_plenary_result(date = "20110405")

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