Skip to contents

A function for retrieving dates of the parliamentary sessions after WWII

Usage

get_parlsessions()

Value

A data.frame with the following variables:

response_dateDate of data retrieval
versionData version from the API
fromDate session started
idId of for session (used for other functions)
toDate session ended
yearsFrom year to year in full format

See also

Examples

if (FALSE) {

parlses <- get_parlsessions()
parlses

}