get.invalid.names | R Documentation |
Run get_invalid_names()
after running check.names()
get.invalid.names(dfr, add = NULL, crop = c("auto", "pt", "sp"))
dfr |
The name of the data frame. |
add |
Additional variables. See details. |
crop |
|
Check that fieldbook factors and variables' names correspond with the names defined in crop ontology https://cropontology.org and in the potato and sweetpotato CIP protocols.
Type ptont()
or spont()
to see the list of variables and
corresponding short labels and CO numbers.
Additional variables are checked for extreme values only.
A character vector of invalid column names
Raul Eyzaguirre.
## Not run:
tmp <- check.names(potatoyield)
get.invalid.names(tmp)
tmp <- check.names(pjpz09)
get.invalid.names(tmp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.