validate | R Documentation |
After cleaning the data with clean
, check to make sure the data don't have any erroneously repeated values.
validate(x, type, all = FALSE)
x |
The object created after cleaning data with |
type |
Type of validation to perform. Acceptable values include:
|
all |
Should all species groups be checked (TRUE)? If set to FALSE (default), then only ducks will be vertically checked and only ducks, geese, and coots_snipe will be horizontally checked. |
Abby Walter, abby_walter@fws.gov
https://github.com/USFWS/migbirdHIP
investigate()
to look into vertical repetition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.