View source: R/hansard_debates_functions.R
get_debates | R Documentation |
get_debates
Get the number of debates each Member spoke in during a defined periodget_debates
Get the number of debates each Member spoke in during a defined period
get_debates(members = MEMBERS, start_date, end_date = Sys.Date())
members |
A tibble with Member data, including a MNIS ID (constant given as default) |
start_date |
The start date of the period of interest ("yyyy-mm-dd") |
end_date |
The end date of the period of interest ("yyyy-mm-dd"), set to today as default |
A tibble incuding for each current MP their url and the total number of debates they spoke in
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.