.checkdatastr2 | R Documentation |
Verify that all main data fields are correctly structured
.checkdatastr2(dat, xf, yf, verbose = FALSE)
dat |
A dataframe containing occurrence data for checking. |
xf |
character. Name of the field where the x coordinate is stored (typically longitude). Default is x.field |
yf |
character. Name of the field where the y coordinate is stored (typically latitude). Default is y.field |
verbose |
logical. Print messages? Defaults to FALSE |
Inspired by checkdatastr but modified (hence number 2 after the function original name)
Original dataframe, dat. Used primarily to generate warning messages.
Mark Robertson and Vernon Visser (original function), Josep M Serra Diaz (modifs)
Other checks:
.addmainfields2()
,
.check.geospatial.data()
,
.checkfields()
,
.status.tracker.and.escaping()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.