get_plen_comm_details: Get the details from plenary or commission sessions

View source: R/main_script.R

get_plen_comm_detailsR Documentation

Get the details from plenary or commission sessions

Description

Get the details from plenary or commission sessions

Usage

get_plen_comm_details(
  date_range_from,
  date_range_to,
  fact,
  plen_comm = "plen",
  type = "details",
  use_parallel = TRUE,
  raw = FALSE,
  extra_via_fact = FALSE
)

Arguments

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.


PolscienceAntwerp/Flempar documentation built on Jan. 3, 2025, 4:03 p.m.