idType: idType R6 class.

idTypeR Documentation

idType R6 class.

Description

Contains identificator for varius RDML types. Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

idType$new(id)

@section Fields:

id

checkString. Identificator.

Super class

RDML::rdmlBaseType -> idType

Methods

Public methods

Inherited methods

Method new()

Usage
idType$new(id)

Method .asXMLnodes()

Usage
idType$.asXMLnodes(node.name)

Method clone()

The objects of this class are cloneable with this method.

Usage
idType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.