Learn R Programming

RDML (version 1.1)

xRefType: xRefType R6 class.

Description

Inherits: rdmlBaseType.

Arguments

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".

Super class

RDML::rdmlBaseType -> xRefType

Methods

Inherited methods


Method new()

Usage

xRefType$new(name = NULL, id = NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

xRefType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.