rdmlBaseType {RDML} | R 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.
Usage
rdmlBaseType
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
[Package RDML version 1.0 Index]