Learn R Programming

RDML (version 1.1)

idType: idType R6 class.

Description

Contains identificator for varius RDML types. Inherits: rdmlBaseType.

Arguments

Format

An R6Class generator object.

Initialization

idType$new(id)

@section Fields:

id

checkString. Identificator.

Super class

RDML::rdmlBaseType -> idType

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.