get_namespaces: get namespaces

View source: R/get_namespaces.R

get_namespacesR Documentation

get namespaces

Description

get namespaces

Usage

get_namespaces(nexml)

Arguments

nexml

a nexml object

Value

a named character vector providing the URLs defining each of the namespaces used in the nexml file. Names correspond to the prefix abbreviations of the namespaces.

Examples

comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML")
nex <- nexml_read(comp_analysis)
get_namespaces(nex)

ropensci/RNeXML documentation built on Jan. 14, 2023, 4:36 a.m.