validation | R Documentation |
Those functions are used to validate data imported by user:
prepare_data_validate()
create new validation columns for relevant criteria.
validation_rules
return validation rules.
prepare_data_validate(
data,
lat = "Latitude",
lon = "Longitude",
sci_names = "Taxa"
)
validation_rules()
exclude_violating_records(data)
identify_violating_records(data)
extract_violating_records(data)
data |
A |
lat , lon , sci_names |
Variables names used for validation. |
prepare_data_validate()
data.frame
with new columns.
validation_rules
a set of validation rules defined with validate::validator()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.