rdmlBaseType: Base R6 class for RDML package.

rdmlBaseTypeR Documentation

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.

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

Public 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.


kablag/RDML documentation built on Aug. 30, 2024, 1:18 p.m.