get_taxonomicCoverage {EML}R Documentation

get_taxonomicCoverage

Description

get_taxonomicCoverage

Usage

get_taxonomicCoverage(taxonomicCoverage)

Arguments

taxonomicCoverage

a taxonomicCoverage class object

Details

extract information from a taxonomicCoverage object and construct a data frame

Value

a data frame with rank names as column names

Examples

f <- system.file("xsd/test/eml-i18n.xml", package="EML")
eml <- read_eml(f)
df <- get_taxonomicCoverage(eml@dataset@coverage@taxonomicCoverage)

[Package EML version 1.0.3 Index]