format_ala_dump | R Documentation |
Combines all occurrence files from ALA into one table. It assumes that all the input table comes from the ALA data dump.
format_ala_dump( ALA_table, record_type, keep_cols, year_filt, year_lim, unique_cells, world_raster )
ALA_table |
Character Vector - List of taxa already downloaded |
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 |
year_filt |
Logical - filter out records based on a year? |
year_lim |
Numeric - Records to remove |
unique_cells |
Logical - take only one record per cell? |
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.