Filter demographic data when imported directly from the MGN
Usage
filter_demographic_data(demographic_data, divipola_code = NULL)
Arguments
- demographic_data
sf object with demographic data directly imported
from the MGN.
- divipola_code
numeric code for the Divipola code of a specific
municipality
Value
sf object with filtered data, containing only the necessary columns
for simulation
Examples
if (FALSE) { # \dontrun{
filter_demographic_data(demographic_data)
} # }