setRunspecAttr | R Documentation |
Sets an attibute in a runspec XML::xmlParse()
object.
setRunspecAttr(runspec, xpathsLocation, list)
runspec |
|
xpathsLocation |
string in the format of an XPath (https://way2tutorial.com/xml/xpath-expression.php) |
list |
vector containing attributes and the values the attributes should be set to |
setRunspecAttr(rs, "//outputdatabase", c(databasename = new_outputdb_name))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.