stringItem(traitr)
stringItem()所属R语言包:traitr
A string item...
一个字符串项...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A string item
一个字符串项
用法----------Usage----------
参数----------Arguments----------
参数:value
Default value for the model
该模型的默认值
参数:regex
If non NULL specifies a regular expression for validation.
如果非NULL指定的正则表达式验证。
参数:name
Required name for object. Names should be unique within a group of items
需要的对象的名称。名称应是唯一的一组项目
参数:label
Optional label, default value is the name
可选的标签,默认值是名称
参数:help
Optional help string
可选的帮助字符串
参数:tooltip
Optional tooltip to display
可选工具提示显示
参数:eval_first
Should value be run through eval/parse before coercion.
值运行前通过评估/分析胁迫。
参数:attr
A list of attributes to pass to widget on construction. Eg. attr=list(size=c(100,200))
传递到建筑部件上的属性列表。例如:属性=列表(大小= C(100,200))
参数:model
Optional model. Useful if one wishes to use same model for multiple views
可选的模式。有用的,如果你希望使用相同的模型的多个视图
参数:editor
Specification of editor (a view) to override default
规格编辑器(视图)覆盖默认
参数:...
Passed to parent proto object during call to proto </table>
传递给过程中父原始对象调用原</ TABLE>
值----------Value----------
A proto object. Call obj\$show_help() to view its methods and properties.
Aproto对象。呼叫obj\$show_help()查看其方法和属性。
参见----------See Also----------
Item
Item
实例----------Examples----------
a <- stringItem("ac", name="x")
a$get_x()
a$set_x("abc213")
a$get_x()
## eval first[#EVAL第一]
a <- stringItem("ac", name="x", eval_first=TRUE)
a$set_x("2 + 2")
a$get_x()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|