export_qr_codes | R Documentation |
Exports a ZIP file, that contains a QR code in SVG and in EPS format for each survey participant storing the personalized survey URL, to the private FOKUS repository.
export_qr_codes(
ballot_date = pal::pkg_config_val("ballot_date"),
canton = cantons(ballot_date),
upload_to_g_drive = TRUE,
g_drive_folder =
glue::glue("fokus/{canton}/Umfragen/Dateien für Umfrageinstitut/QR-Codes/"),
auth_token = pal::pkg_config_val("token_repo_private"),
quiet = FALSE,
verbose = FALSE
)
ballot_date |
FOKUS-covered ballot date. One of
|
canton |
FOKUS-covered canton name. One of
|
upload_to_g_drive |
Whether or not to upload the generated files to the Google Drive folder |
g_drive_folder |
Google Drive folder to upload the generated files to. Ignored if |
auth_token |
Personal access token of a gitlab.com account with access to the private FOKUS repository. |
quiet |
Whether or not to suppress printing status output from internal processing. |
verbose |
Whether or not to print detailed status output from Google Drive file upload. |
A tibble containing metadata about the contents of the created ZIP archive, invisibly.
Other data export functions:
export_easyvote_municipalities()
,
export_print_recipients()
,
export_qstnr()
,
export_survey_data()
,
write_private_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.