xRefType {RDML} | R Documentation |
xRefType R6 class.
Description
Inherits: rdmlBaseType.
Usage
xRefType
Format
An R6Class
generator object.
Initialization
xRefType$new(name = NULL, id = NULL)
@section Fields:
name
checkString. Reference to an external database,
for example "GenBank".
id
checkString. The ID of the entry within the external database, for example "AJ832138".
[Package RDML version 1.0 Index]