get_plen_comm_documents | R Documentation |
Get the documents discussed in plenary or commission sessions
get_plen_comm_documents(
date_range_from,
date_range_to,
fact,
plen_comm = "plen",
type = "details",
use_parallel = TRUE,
raw = FALSE,
extra_via_fact = 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 to pick 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? |
extra_via_fact |
Boolean: also search the underlying endpoint for linked documents? This may return documents not linked to the specific meeting, thus may also include meetings on dates before/after the date range. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.