validate_rfrnds | R Documentation |
Performs various data validation steps to ensure there are no errors in the supplied data
.
validate_rfrnds(
data,
check_applicability_constraint = TRUE,
check_id_sudd_prefix = TRUE
)
data |
Referendum data to validate, as returned by |
check_applicability_constraint |
Whether or not to check that no applicability constraints as defined in the codebook are violated. |
check_id_sudd_prefix |
Whether or not to check that all |
data
, invisibly.
Other referendum data functions:
add_rfrnds()
,
assert_vars()
,
count_rfrnds()
,
delete_rfrnds()
,
download_file_attachment()
,
edit_rfrnds()
,
rfrnd()
,
rfrnd_exists()
,
rfrnds()
,
rfrnds_bkp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.