GetType: get type of a version (numeric/checkbox/radio)

Description Usage Arguments Details Value Examples

Description

get type of a version (numeric/checkbox/radio)

Usage

1

Arguments

version

xml tree of version

Details

get type of a version (numeric/checkbox/radio)

Value

character type of version

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)
GetType(v_num)

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