Learn R Programming

spaa (version 0.1.2)

splist: species list used in function add.col()

Description

A species checklist example to be used in add.col()

Usage

data(splist)

Arguments

References

None

Examples

Run this code
data(splist)
data(testdata)
## add genera from dataframe B to dataframe A.
add.col(inputA = testdata, inputB = splist, add = "genera",
according = "species")
## add family from dataframe B to dataframe A.
add.col(inputA = testdata, inputB = splist, add = "family", 
according = "species")

Run the code above in your browser using DataLab