format_ala_dump: Format ALA Records from a big data download

format_ala_dumpR Documentation

Format ALA Records from a big data download

Description

Combines all occurrence files from ALA into one table. It assumes that all the input table comes from the ALA data dump.

Usage

format_ala_dump(
  ALA_table,
  record_type,
  keep_cols,
  year_filt,
  year_lim,
  unique_cells,
  world_raster
)

Arguments

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)


HMB3/nenswniche documentation built on Jan. 31, 2023, 11:46 p.m.