taxotools (version 0.0.35)

MatchLists: match two taxonomic lists

Description

This function is depreciated. Please use match_lists

Usage

MatchLists(master, lst, masterfld, lstfld)

Arguments

master

master taxonomic list

lst

match taxonomic list

masterfld

field name for canonical name in master list

lstfld

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

Details

match two taxonomic lists using canonical names

See Also

Other Discontinued functions: BuildCSList, CheckScientificName, ExpandSyn, GetWikiSyn, GuessTaxoLevel, MakeCanonical, make_canonical

Examples

Run this code
# NOT RUN {
MatchLists(master,lst,"canonical","canonical")
# }

Run the code above in your browser using DataCamp Workspace