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

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

rk.rkh.relatedR Documentation

Create XML "related" node for RKWard help pages

Description

Create XML "related" node for RKWard help pages

Usage

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

Arguments

...

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

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

package.link <- rk.rkh.link("Spice")
plugin.related <- rk.rkh.related(package.link)
cat(pasteXML(plugin.related))

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