rk.XML.row | R Documentation |
Create XML node "row" for RKWard plugins
rk.XML.row(..., id.name = "auto")
... |
Objects of class |
id.name |
Character string, a unique ID for this plugin element.
If |
An object of class XiMpLe.node
.
Introduction to Writing Plugins for RKWard
test.checkboxes <- rk.XML.row(rk.XML.col( rk.XML.cbox(label="foo", val="foo1", chk=TRUE), rk.XML.cbox(label="bar", val="bar2"))) cat(pasteXML(test.checkboxes))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.