sen_bills_passing: Downloads and tidies information on legislation that is under...

Description Usage Arguments Value Author(s) Examples

View source: R/sen_bills_various.R

Description

Downloads and tidies information on legislation that is under consideration in the Federal Senate.

Usage

1
2
3
4
5
6
7
sen_bills_passing(
  year = NULL,
  number = NULL,
  type = NULL,
  date = NULL,
  time = NULL
)

Arguments

year

Format YYYY. Returns legislation from this year.

number

bill number.

type

type of legislation.

date

date requested, format YYYYMMDD. Returns information on legislation on or after this time.

time

Format hour-minute-second (HHmmSS). Returns information on legislation on or after this time.

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
sen_bills_passing()
# All MPVs (provisional presidential decrees) in 2001:
mpvs <- sen_bills_passing(year = "2001", type = "MPV")
# Bills from a certain date:
march01_2017 <- sen_bills_passing(date = 20170301)

RobertMyles/congressbr documentation built on July 18, 2020, 4:04 a.m.