get_plen_comm_speech | R Documentation |
Get the speech of either plenary or commission sessions
get_plen_comm_speech(
date_range_from,
date_range_to,
fact,
plen_comm = "plen",
type = "details",
use_parallel = TRUE,
raw = FALSE
)
date_range_from |
The start date, should be in format "yyyy-mm-dd". |
date_range_to |
The end date, should be in format "yyyy-mm-dd". |
fact |
The fact to search. |
plen_comm |
Switch between plenary (plen) and commission (comm) sessions. |
type |
Type of data to be returned, options include "document", "speech" or "details". |
use_parallel |
Boolean: should parallel workers be used to call the API? |
raw |
Boolean: should the raw object be returned? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.