Description Usage Arguments Value Author(s) Examples
Returns results from the plenary in the Federal Senate for a specified date.
1 | sen_plenary_agenda(period = c("month", "day"), date = NULL, ascii = TRUE)
|
period |
|
date |
|
ascii |
|
A tibble, of classes tbl_df
, tbl
and data.frame
.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
1 2 3 4 | # get info from the second half of March 2014:
sessions <- sen_plenary_agenda(period = "month", date = "20140315")
# or from the first of April 2016:
sessions <- sen_plenary_agenda(period = "day", date = "20160401")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.