generate_tables: Generate tables

Description Usage Arguments Value Examples

Description

This function is used to help support the generation of the taxon translation tables, by exporting a download or download_list file's taxon table.

Usage

1
generate_tables(taxa, output = NULL)

Arguments

taxa

A table containing taxa, either from a 'download', a 'download_list' or

output

A string representing the file path for export. Can be NULL.

Value

A data.frame with two columns:

target

The original pollen taxon to be translated

match

The simplified taxon to be used in calibration

Examples

1
2
3
4
5
6
7
{
data(downloads)

# For the sake of package checks we'll use a temporary file.

generate_tables(downloads, output = tempfile())
}

PalEON-Project/stepps-cal documentation built on May 14, 2019, 8:20 a.m.