powered by
Must specify either taxon or code. taxon is used if both are specified.
taxon
code
getParentTaxa(taxon = NULL, code = NULL, convert = TRUE)
A character vector of taxa (case-insensitive)
A character vector of taxon codes (case sensitive)
Convert results from taxon codes to taxon names? Default: TRUE
TRUE
A named list, where names are taxon codes and values are character vectors representing parent taxa
# NOT RUN { getParentTaxa("ultic haploxeralfs") getParentTaxa(code = c("ABCD", "DABC")) getParentTaxa("folists", convert = FALSE) # }
Run the code above in your browser using DataLab