exp_addEntityType(explorase)
exp_addEntityType()所属R语言包:explorase
Add an entity type
新增实体类型
译者:生物统计家园网 机器人LoveR
描述----------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
详情----------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
一个实体类型添加到exploRase的当,一个新的标签添加到元数据的笔记本电脑提供复数标签。相应的数据和元数据
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|