rk.XML.components: Create XML "components" node for RKWard plugins

View source: R/rk.XML.components.R

rk.XML.componentsR Documentation

Create XML "components" node for RKWard plugins

Description

This function will create a components node for a .pluginmap file, with mandatory child nodes "component".

Usage

rk.XML.components(...)

Arguments

...

Objects of class XiMpLe.node. They must all have the name "component".

Value

A list of objects of class XiMpLe.node.

See Also

rk.XML.pluginmap, rk.XML.component, and the Introduction to Writing Plugins for RKWard

Examples

test.component <- rk.XML.component("My GUI dialog", "plugins/MyGUIdialog.xml")
test.components <- rk.XML.components(test.component)
cat(pasteXML(test.components))

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.