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

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

rk.rkh.titleR Documentation

Create XML "title" node for RKWard help pages

Description

Create XML "title" node for RKWard help pages

Usage

rk.rkh.title(text = NULL, i18n = NULL)

Arguments

text

Character string, the text to be displayed.

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

plugin.title <- rk.rkh.title("Spice")
cat(pasteXML(plugin.title))

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