Learn R Programming

stortingscrape (version 0.4.1)

get_parlsessions: Get Parliamentary Sessions

Description

A function for retrieving dates of the parliamentary sessions after WWII

Usage

get_parlsessions()

Arguments

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

get_parlperiods

Examples

Run this code
if (FALSE) {

parlses <- get_parlsessions()
parlses

}

Run the code above in your browser using DataLab