| get_parlperiods {stortingscrape} | R Documentation |
Get Parliamentary Periods
Description
A function for retrieving dates of the parliamentary periods after WWII
Usage
get_parlperiods()
Value
A data.frame with the following variables:
| response_date | Date of data retrieval |
| version | Data version from the API |
| from | Date session started |
| id | Id of for session (used for other functions) |
| to | Date session ended |
| years | From year to year in full format |
See Also
Examples
## Not run:
parlper <- get_parlperiods()
parlper
## End(Not run)
[Package stortingscrape version 0.3.0 Index]