addRunspecNode | R Documentation |
Sets an attibute in a runspec XML::xmlParse()
object.
addRunspecNode( runspec, xpathsLocation, childName, value = NULL, attrs = c(), cdata = FALSE )
runspec |
|
xpathsLocation |
string in the format of an XPath (https://way2tutorial.com/xml/xpath-expression.php) |
childNAme |
string of the node to be added #' |
XML::xNodeSet()
of the node from runspec
addRunspecNode(rs, "//databaseselections", "databaseselection")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.