read_easyvote_municipalities | R Documentation |
Reads in the latest dataset of easyvote municipality information provided to us not earlier than 90 days before and up until 20 days after the ballot_date
.
read_easyvote_municipalities(
ballot_date = pal::pkg_config_val("ballot_date"),
canton = cantons(ballot_date),
use_cache = TRUE,
auth_token = pal::pkg_config_val("token_repo_private")
)
ballot_date |
FOKUS-covered ballot date. One of
|
canton |
FOKUS-covered canton name. One of
|
use_cache |
Whether or not to return cached results if possible. Caching is done based on file content hashing, so the file is only newly fetched if it
actually changed since the last download. If |
auth_token |
Personal access token of a gitlab.com account with access to the private FOKUS repository. |
If both columns min_age
and max_age
are NA
in the data returned, it means that
the municipality did not provide easyvote with specific information on the target age range, and
the municipality has subscribed to parcel mailing (instead of direct delivery to households) and delivers the brochures itself – very likely to young adults between 18–25 years.
A tibble.
Other data import functions:
read_online_participation_codes()
,
read_private_file()
,
read_survey_data()
,
read_voting_register_data_extra()
,
read_voting_register_ids()
,
tidy_cols()
# GitLab PAT with access to the private FOKUS repository is required for this function to work
try(
fokus::read_easyvote_municipalities(ballot_date = "2020-09-27",
canton = "aargau") |>
colnames()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.