GBIF_data | R Documentation |
This function is a wrapper to get records from GBIF using rgbif
and return a
data.frame
ready to be used in caretSDM.
GBIF_data(s, file = NULL, as_df = FALSE, ...)
s |
|
file |
|
as_df |
Should the output be a |
... |
Arguments to pass on |
A data.frame
with species occurrences data, or an occurrences
object if
as_df = FALSE
.
Luíz Fernando Esser (luizesser@gmail.com) https://luizfesser.wordpress.com
https://www.gbif.org
# Select species names:
s <- c("Araucaria angustifolia", "Salminus brasiliensis")
# Run function:
oc <- GBIF_data(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.