remove.dupes {bio.infer} | R Documentation |
Remove unselected duplicate taxon names from taxon table.
remove.dupes(fulltab, dupe.list, dupe.sel)
fulltab |
Full taxon table for matched taxon names. |
dupe.list |
List of duplicated entries. |
dupe.sel |
Character vector of taxa selected by user. |
Deletes rows from fulltab that are not selected by user
Returns revised fulltab.
Lester L. Yuan