rfrnds_bkp | R Documentation |
Downloads the referendum data from the Referendum Database (RDB) backup in the zdaarau/rpkgs/rdb
repository. See the codebook
for a detailed
description of all variables.
rfrnds_bkp(
is_draft = FALSE,
incl_archive = FALSE,
use_cache = TRUE,
max_cache_age = "1 week",
quiet = FALSE
)
is_draft |
|
incl_archive |
Whether or not to include an |
use_cache |
Whether or not to return cached results if possible. If |
max_cache_age |
Duration after which cached results are refreshed (i.e. newly fetched). A valid lubridate duration. Use |
quiet |
Whether or not to suppress printing status output from internal processing. |
A tibble.
Other referendum data functions:
add_rfrnds()
,
assert_vars()
,
count_rfrnds()
,
delete_rfrnds()
,
download_file_attachment()
,
edit_rfrnds()
,
rfrnd()
,
rfrnd_exists()
,
rfrnds()
,
validate_rfrnds()
# get all referendums (excl. drafts)
rdb::rfrnds_bkp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.