taxotools (version 0.0.35)

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 data frames containing matched records, records only in master and cheklist and statistics about the records including Jaccard index

Examples

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

Run the code above in your browser using DataCamp Workspace