load_occ | R Documentation |
This function read a GBIF dataset, then return the unique coordinates in spatial format.
load_occ(path, crs_num = NULL)
path |
Character vector. Path of occurrences data, should have decimalLongitude & decimalLatitude. |
crs_num |
Character. Crs of the output spatial data points. |
Unique records.
Xiao Feng
## Not run:
# Will change. Not run!
unique_records <- load_occ("data-raw/Netherlands/gridID_24/0047643-210914110416597.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.