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

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

rk.XML.externalR Documentation

Create XML node "external" for RKWard plugins

Description

Create XML node "external" for RKWard plugins

Usage

rk.XML.external(id, default = NULL)

Arguments

id

Character string, the ID of the new property.

default

Character string, initial value of the property if not connected.

Value

An object of class XiMpLe.node.

See Also

rk.XML.connect, rk.XML.convert, rk.XML.logic, rk.XML.set, rk.XML.switch, and the Introduction to Writing Plugins for RKWard

Examples

test.external <- rk.XML.external(id="ext_property", default="none")
cat(pasteXML(test.external))

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