Description Usage Arguments Value Author(s) Examples
Clean up raw GBIF data
1 | clean_gbif(dat)
|
dat |
a data frame returned by |
A cleaned data frame containing a single observation for each species. The data frame includes the following columns:
"species"The scientific species name
"lat"Degrees latitude of the observation
"long"Degrees longitude of the observation
"evidence"The website for the evidence link
"date"The date that the species was observed (event)
McCrea Cobb mccrea_cobb@fws.gov
1 2 3 4 | ## Not run:
clean_gbif(dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.