exp_addEntityType {explorase} | R Documentation |
Adds an entity type of the given name with a plural human-readable label.
exp_addEntityType(ent_type, label = paste(ent_type, "s", sep=""))
ent_type |
The unique identifier of the entity type |
label |
The plural label used for the tab in the metadata notebook. |
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.
Michael Lawrence <mflawren@fhcrc.org>