GetTitle: Obtain title of a test from coursera xml

Description Usage Arguments Details Value Examples

Description

Obtain title of a test from coursera xml

Usage

1
GetTitle(doc)

Arguments

doc

parsed xml tree, obtained by XML::xmlTreeParse

Details

Obtain title of a test from coursera xml

Value

character test title

Examples

1
2
3
test_01_path <- system.file("extdata", "week_01_test_01_ibcorr.xml", package = "edxr")
doc <- XML::xmlTreeParse(test_01_path)
GetTitle(doc)

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