rk.XML.stretch: Create XML empty node "stretch" for RKWard plugins

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

rk.XML.stretchR Documentation

Create XML empty node "stretch" for RKWard plugins

Description

The simplest way to use rk.XML.stretch is to call it without arguments. If you provide before and/or after, a "<stretch />" will be put between the XML elements defined there.

Usage

rk.XML.stretch(before = NULL, after = NULL)

Arguments

before

A list of objects of class XiMpLe.node.

after

A list of objects of class XiMpLe.node.

Value

An object of class XiMpLe.node.

See Also

Introduction to Writing Plugins for RKWard

Examples

cat(pasteXML(rk.XML.stretch()))

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