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

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

[复制链接]
发表于 2012-9-28 22:42:50 | 显示全部楼层 |阅读模式
read_data(RTextTools)
read_data()所属R语言包:RTextTools

                                         reads data from files into an R data frame.
                                         从文件中读取数据到R的数据框。

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

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

Reads data from several types of data storage types into an R data frame.
读取数据来自多种类型的数据存储到一个R的数据框。


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


read_data(filepath, type=c("csv","delim","folder"), index=NULL, ...)



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

参数:filepath
Character string of the name of the file or folder, include path if the file is not located in the working directory.  
如果文件不在工作目录中的字符串的文件或文件夹的名称,包括路径。


参数:type
Character vector specifying the file type. Options include csv, delim, and folder to denote .csv files, delimited files (tab, pipe, etc.) files, or folders of text files. If using the delim option, be sure to pass in a separate sep parameter to indicate how the file is delimited.  
指定文件类型的字符向量。选项包括csv,delim和folder表示。csv文件分隔符的文件(制表符,管等)的文件,文本文件或文件夹。如果使用delim选项,一定要通过在一个单独的sep参数来指示该文件是分隔的。


参数:index
The path to a CSV file specifying the training label of each file in the folder of text files, one per line. An example of one line would be 1.txt,1. Do not include the full file path for each file, that will be handled automatically using the folder location passed into filepath. This index file must be located outside the folder of files.  
到CSV文件中指定的培训标签的文本文件,每行一个文件夹中的每个文件的路径。一条线的一个例子是1.txt,1。不包括完整的文件路径,对于每个文件,将被自动处理的文件夹位置传递到filepath。这个索引文件必须位于外的文件夹中的文件。


参数:...
Other arguments passed to R's read.csv function.  
其他参数传递给R的read.csv函数。


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

An data.frame object is returned with the contents of the file.
一个data.frame对象返回的文件的内容。


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



Loren Collingwood <lorenc2@uw.edu>, Timothy P. Jurka <tpjurka@ucdavis.edu>




实例----------Examples----------


library(RTextTools)
data <- read_data(system.file("data/NYTimes.csv.gz",package="RTextTools"),type="csv",sep=";")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 02:36 , Processed in 0.020355 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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