combine_gbif_records | R Documentation |
Combines all occurrence files from GBIF into one table. There are slight differences between ALA and GBIF, so separate functions are useful. Although you can download all the records for in one go, this is better for Doing small runs of taxa, or where you want to re-run them constantly
combine_gbif_records( taxa_list, records_path, records_extension, record_type, keep_cols, world_raster )
taxa_list |
List of taxa already downloaded |
records_path |
File path for downloaded taxa |
records_extension |
Which R file type? RDS or RDA |
record_type |
Adds a column to the data frame for the data source, EG ALA |
keep_cols |
The columns we want to keep - a character list created by you |
world_raster |
An Raster file of the enviro conditions used (assumed to be global) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.