ChildNames: get child names of an xml node

Description Usage Arguments Details Value Examples

Description

get child names of an xml node

Usage

1
ChildNames(node)

Arguments

node

xml tree node

Details

get child names of an xml node

Value

character vector of child names

Examples

1
2
3
4
test_01_path <- system.file("extdata", "week_01_test_01_ibcorr.xml", package = "edxr")
doc <- XML::xmlTreeParse(test_01_path)
v_num <- GetVersion(doc, 10, 1)
ChildNames(v_num)

bdemeshev/edxr documentation built on May 12, 2019, 3:40 a.m.