找回密码
 注册
查看: 971|回复: 0

R语言 tkWidgets包 pickFiles()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 15:40:49 | 显示全部楼层 |阅读模式
pickFiles(tkWidgets)
pickFiles()所属R语言包:tkWidgets

                                        Pick Elements From Vector of Strings
                                         接从字符串矢量元素

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Takes a vector of strings and then checks to see if the predefined conditions are met for each element.  Elements that meet the conditions will be included in the vector returned and the others not.
注意到一个字符串向量,然后检查,看看是否每个元素满足预定义的条件。符合条件的元素,将被纳入返回和别人不向量。


用法----------Usage----------


pickFiles(fileNames, fun = function(x) TRUE,
          prefix = NULL, suffix = NULL, exclude = .Platform$file.sep)



参数----------Arguments----------

参数:fileNames
vector of strings that will be checked.
将检查字符串的向量。


参数:fun
function to be used to check the strings.  Default is no checking.
函数被用来检查字符串。默认情况下是不检查。


参数:prefix
character used to check to see if strings in the vector have the prefix.
字符用来检查,看看是否在矢量字符串的前缀。


参数:suffix
character used to check to see if strings in the vector have the suffix.
字符用来检查,看看是否在矢量字符串的后缀。


参数:exclude
character string with which strings in the vector will be excluded form the checking.  The default is to exclude all the directory names and always return them.
字符串与向量中的字符串将被排除,形成了检查。默认的是排除所有目录名总是返回。


Details

详情----------Details----------

The function fun will be used only when both prefix and suffix are NULL. If a prefix is not NULL, that prefix will be checked. A suffix is going to be checked when prefix is NULL.
前缀和后缀都为NULL时,将只用于函数的乐趣。如果不为NULL前缀,该前缀将被选中。后缀前缀是NULL时,要进行检查。


值----------Value----------

Character vector of file names satisfying the conditions.
特征向量满足条件的文件名。


作者(S)----------Author(s)----------


Jianhua Zhang



参见----------See Also----------

fileBrowser, hasPrefix, hasSuffix
fileBrowser,hasPrefix,hasSuffix


举例----------Examples----------


# Return every thing from the current directory[返回从当前目录中的每一件事]
pickFiles(list.files())

# Create a temp file[创建一个临时文件]
file.create("myFile")

# Returns subdirectory names and file names with a prefix of "my"[返回子目录名和文件名,用“我”的前缀]
pickFiles(list.files(), prefix = "my")

# create another temp file[创建另一个临时文件]
file.create("temp.tex")

# Return subdirectory names and file names with a suffix of ".tex"[返回子目录名和文件名带有后缀“。TEX”]
pickFiles(list.files(), suffix = ".tex")

# clearn up[clearn了]
unlink("myFile")
unlink("temp.tex")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-22 23:55 , Processed in 0.027430 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表