rfrnd | R Documentation |
Downloads a single referendum's data from the Referendum Database (RDB). See the codebook
for a detailed description of all variables.
rfrnd(
id,
incl_archive = FALSE,
tidy = TRUE,
use_testing_server = pal::pkg_config_val(key = "use_testing_server", pkg = this_pkg)
)
id |
Referendum's unique identifier. |
incl_archive |
Whether or not to include an |
tidy |
Whether or not to tidy the referendum data, i.e. apply various data cleansing tasks and add additional variables. If |
use_testing_server |
Whether or not to use the testing servers instead of the production servers for RDB Services API calls etc. |
A tibble.
Other referendum data functions:
add_rfrnds()
,
assert_vars()
,
count_rfrnds()
,
delete_rfrnds()
,
download_file_attachment()
,
edit_rfrnds()
,
rfrnd_exists()
,
rfrnds()
,
rfrnds_bkp()
,
validate_rfrnds()
rdb::rfrnd(id = "5bbbe26a92a21351232dd73f")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.