taxotools (version 0.0.23)

match_lists: match two taxonomic lists

Description

match two taxonomic lists using canonical names

Usage

match_lists(master, checklist, masterfld, checklistfld)

Arguments

master

master taxonomic list

checklist

match taxonomic list

masterfld

field name for canonical name in master list

checklistfld

field name for canonical name in match list

Value

a list with two data frames containing matched and non-matched names from the master list

Examples

Run this code
# NOT RUN {
match_lists(master,checklist,"canonical","canonical")
# }

Run the code above in your browser using DataCamp Workspace