Description Usage Arguments Value Author(s) Examples
View source: R/sen_bills_various.R
Downloads and tidies information on legislation that is under consideration in the Federal Senate.
1 2 3 4 5 6 7 |
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. |
A tibble, of classes tbl_df
, tbl
and data.frame
.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.