powered by
A function for retrieving current and/or historical electoral districts (counties) for the Norwegian parliament.
get_counties(historical = FALSE)
A data frame with the following variables:
Logical. Whether or not to include historical counties.
if (FALSE) { # Request one MP by id get_counties() # With historical counties get_counties(historical = TRUE) }
Run the code above in your browser using DataLab