Description Usage Arguments Details Value Author(s) See Also Examples
Checks the data structure to see which of the required columns are missing from the dataframe
1 |
dat |
a dataframe containing several columns, including the x- and y-coordinates |
Several functions require a particular set of columns with specific names. The required fields are: ID, x, y, Species, x_original, y_original, Correction, Modified, Reason and Exclude. Required fields that are missing can be added using addmainfields.
returns a dataframe of two columns, one containing the names of the required fields (Field) and the other (Present) indicating whether or not that field is present (TRUE or FALSE)
Mark Robertson and Vernon Visser
addmainfields, renamefields, keepmainfields
1 2 | data(dat)
a<-checkdatastr(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.