get_mp | R Documentation |
Search all the MPs serving, or who served the Flemish parliament
get_mp(
selection = "current",
fact = "bio",
date_at = NULL,
use_parallel = TRUE
)
selection |
Select either "current", at a certain date "date" or "former". |
fact |
Options of facts to return are 'raw', 'bio', 'education', 'career','political_info', 'presences_commissions' or 'presences_plenary'. |
date_at |
When selecting "date" in selection, provide the date, using the following format "yyyy-mm-dd". |
use_parallel |
Boolean: should parallel workers be used to call the API? |
## Not run:
get_mp(use_parallel = TRUE, fact = "bio", date_at = "1998-01-01", selection = "date")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.