rk.rkh.label: Create XML "label" node for RKWard help pages

View source: R/rk.rkh.label.R

rk.rkh.labelR Documentation

Create XML "label" node for RKWard help pages

Description

Create XML "label" node for RKWard help pages

Usage

rk.rkh.label(id, i18n = NULL)

Arguments

id

Either a character string (the id name of the element in the plugin, of which to copy the label attribute), or an object of class XiMpLe.node (whose id will be extracted and used).

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.

Value

An object of class XiMpLe.node.

See Also

rk.rkh.doc and the Introduction to Writing Plugins for RKWard

Examples

test.cbox <- rk.XML.cbox(label="foo", value="bar")
(test.label <- rk.rkh.label(test.cbox))

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