setRunspecValue | R Documentation |
Sets an attibute in a runspec XML::xmlParse()
object.
setRunspecValue(runspec, xpathsLocation, value, cdata = FALSE)
runspec |
|
xpathsLocation |
string in the format of an XPath (https://way2tutorial.com/xml/xpath-expression.php) |
value |
string to set the value in the selected node to #' |
XML::xNodeSet()
of the node from runspec
setRunspecValue(rs, "//description", "MOVES Test Run 2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.