userQuery(Biobase)
userQuery()所属R语言包:Biobase
A function to query the user for input
查询用户输入一个函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will output a given message and seek a response from the user, repeating the message until the input is from a valid set provided by the code.
此功能将输出一个给定的消息,并寻求从用户的反应,重复直到输入代码提供了一组有效的消息。
用法----------Usage----------
userQuery(msg, allowed = c("y", "n"), default = "n", case.sensitive = FALSE)
参数----------Arguments----------
参数:msg
The output message
输出消息
参数:allowed
Allowed input from the user
从用户允许输入
参数:default
Default response if called in batch mode
如果在批处理模式下调用的默认响应
参数:case.sensitive
Is the response case sensitive? Defaults to FALSE
是响应大小写吗? FALSE默认
值----------Value----------
The input from the user
从用户的输入
作者(S)----------Author(s)----------
Jeff Gentry
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|