| get_taxonomicCoverage {EML} | R Documentation |
get_taxonomicCoverage
get_taxonomicCoverage(taxonomicCoverage)
taxonomicCoverage |
a taxonomicCoverage class object |
extract information from a taxonomicCoverage object and construct a data frame
a data frame with rank names as column names
f <- system.file("xsd/test/eml-i18n.xml", package="EML")
eml <- read_eml(f)
df <- get_taxonomicCoverage(eml@dataset@coverage@taxonomicCoverage)