Learn R Programming

RDML (version 1.1)

rdmlBaseType: Base R6 class for RDML package.

Description

Most classes from RDML package inherit this class. It is designed for internal usage and should not be directly accessed.

Arguments

Format

An R6Class generator object.

Initialization

rdmlBaseType$new()

Methods

.asXMLnodes(node.name)

Represents object as XML nodes. Should not be called directly. node.name -- name of the root node for the generated XML tree.

print(...)

prints object

Methods


Method .asXMLnodes()

Usage

rdmlBaseType$.asXMLnodes(node.name)


Method copy()

Usage

rdmlBaseType$copy()


Method print()

Usage

rdmlBaseType$print(...)


Method clone()

The objects of this class are cloneable with this method.

Usage

rdmlBaseType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.