powered by
get namespaces
get_namespaces(nexml)
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.
a nexml object
comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML") nex <- nexml_read(comp_analysis) get_namespaces(nex)
Run the code above in your browser using DataLab