| rdmlIdType {RDML} | R Documentation |
rdmlIdType R6 class.
Description
This element can be used to assign a publisher and id to the RDML file.
Inherits: rdmlBaseType.
Usage
rdmlIdType
Format
An R6Class generator object.
Initialization
rdmlIdType$new(publisher, serialNumber, MD5Hash = NULL)
Fields
publishercheckString. RDML file publisher.
serialNumbercheckString. Serial number.
MD5HashcheckString. An MD5Hash calculated over the complete file after removing all rdmlIDTypes and all whitespaces between elements.
[Package RDML version 1.0 Index]