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

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

rk.XML.varselectorR Documentation

Create node "varselector" for RKWard plugins

Description

Create node "varselector" for RKWard plugins

Usage

rk.XML.varselector(label = NULL, id.name = "auto", i18n = NULL)

Arguments

label

Character string, a text label for the variable selection slot. Must be set if id.name="auto".

id.name

Character vector, unique ID for this element.

i18n

Either a character string or a named list with the optional elements context or comment, to give some i18n_context information for this node. If set to FALSE, the attribute label will be renamed into noi18n_label.

Value

An object of class XiMpLe.node.

See Also

rk.XML.varslot, rk.XML.vars, and the Introduction to Writing Plugins for RKWard

Examples

test.varselector <- rk.XML.varselector("Select some vars")
cat(pasteXML(test.varselector))

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