parse.taxon.name {bio.infer} | R Documentation |
Parses taxon names from benthic count file to facilitate matching with ITIS.
parse.taxon.name(tname.orig)
tname.orig |
Character vector of taxon names |
Parses compound names typically found in benthic count files into a list of strings for each name.
Returns a matrix in which each row corresponds with a different element of the provided character vector, and each column corresponds to distinct strings in each element.
Lester L. Yuan