Learn R Programming

explorase (version 1.36.0)

exp_addEntityType: Add an entity type

Description

Adds an entity type of the given name with a plural human-readable label.

Usage

exp_addEntityType(ent_type, label = paste(ent_type, "s", sep=""))

Arguments

ent_type
The unique identifier of the entity type
label
The plural label used for the tab in the metadata notebook.

Details

When an entity type is added to exploRase, a new tab is added to the metadata notebook with the provided plural label. Data and metadata corresponding to the type may then be loaded into exploRase.