localRFiles(SoDA)
localRFiles()所属R语言包:SoDA
The R source files in the local directory
R源文件在本地目录中
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the names of the R source files in a directory, by default the current working directory.
返回R源文件的名称在目录中,默认情况下,当前的工作目录。
用法----------Usage----------
localRFiles(directory = getwd(), suffix = "[.][RSq]$", ask = FALSE)
参数----------Arguments----------
参数:directory
Where to look, by default the directory in which R is currently running
到哪里找,默认的目录,其中R是当前正在运行的
参数:suffix
Regular expression to identify R source files.
正则表达式来识别R源文件。
参数:ask
If TRUE, uses the menu function to prompt the user for one of the local R files or to enter a file name.
如果TRUE,使用菜单功能的地方R文件或提示用户输入一个文件名。
值----------Value----------
The character vector of matching file names.
向量的匹配文件名的字符。
menuRFile
menuRFile
(作者)----------Author(s)----------
John M. Chambers
实例----------Examples----------
## all the example files for this package[#这个包的所有示例文件]
localRFiles(system.file("R-ex",package="SoDA"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|