DirSource(tm)
DirSource()所属R语言包:tm
Directory Source
目录源
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Constructs a directory source.
构造一个目录源头。
用法----------Usage----------
DirSource(directory = ".", encoding = "UTF-8", pattern = NULL,
recursive = FALSE, ignore.case = FALSE)
参数----------Arguments----------
参数:directory
A character vector of full path names; the default corresponds to the working directory getwd().
字符向量的完整路径名,默认情况下对应的工作目录getwd()。
参数:encoding
A character giving the encoding of the files in directory.
一个字符的编码中的文件directory。
参数:pattern
An optional regular expression. Only file names which match the regular expression will be returned.
可选的正则表达式。仅显示文件名相匹配的正则表达式将被退回。
参数:recursive
Logical. Should the listing recurse into directories?
逻辑。如果上市递归进入目录?
参数:ignore.case
Logical. Should pattern-matching be case-insensitive?
逻辑。模式匹配是不区分大小写的吗?
值----------Value----------
An object of class DirSource which extends the class Source representing a directory. Each file in this directory is considered to be a document.
对象的类DirSource扩展类Source表示目录。此目录中的每个文件被认为是一个文档。
(作者)----------Author(s)----------
Ingo Feinerer
参见----------See Also----------
getSources to list available sources.
getSources列出可用的来源。
实例----------Examples----------
DirSource(system.file("texts", "txt", package = "tm"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|