View source: R/get_session_delegations.R
get_session_delegations | R Documentation |
A function for retrieving delegations for a specified parliamentary session.
get_session_delegations(sessionid = NA, good_manners = 0)
sessionid |
Character string indicating the id of the parliamentary session to retrieve. |
good_manners |
Integer. Seconds delay between calls when making multiple calls to the same function |
A data.frame with the following variables:
response_date | Date of data retrieval |
version | Data version from the API |
id | Delegation id |
name | Name of delegation |
session_id | Session id |
get_session_committees get_all_committees
## Not run:
deleg <- get_session_delegations("2015-2016")
deleg
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.