join: Join Taxonomy

Description Usage Arguments Details Value Author(s) Examples

Description

Join abbreviations form a taxonomic reference list.

Usage

1
2
join(x, y, schema = list(x = c("taxon", "matched.taxon"),
     y = c("abbr", "taxon")), make.names = TRUE)

Arguments

x

data.frame. Table to be matched against (argument y).

y

data.frame. Table were matches of x are sought.

schema

list. List with column names to be searched for.

make.names

logical. See make.names.

Details

This function can be used to query abbreviatiosn found in a reference list to a table of taxonomic relations.

taxon abbr
matched.taxon taxon

Value

data.frame

Author(s)

Roland Kaiser

Examples

1
# Nothing here yet

kardinal-eros/vegit documentation built on Feb. 16, 2020, 9:20 p.m.