ImportData(RSurvey)
ImportData()所属R语言包:RSurvey
Import Data
导入数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for reading table formatted data.
一个<acronym> GUI </首字母缩写>用于读表格式的数据。
用法----------Usage----------
ImportData(parent = NULL)
参数----------Arguments----------
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
Details
详细信息----------Details----------
This <acronym>GUI</acronym> lets you specify the format and connection type for table data. Data connections are defined as the path to the file to be opened, a complete <acronym>URL</acronym> (e.g. http://, ftp:// or file://), or windows clipboard. Files are limited to text format (".txt" ".csv", or ".dat"); however, they can be compressed by gzip with additional extension ".gz".
这<acronym> GUI> </首字母缩写,可以让你指定表中的数据的格式和连接类型。数据连接被定义为路径的文件被打开,一个完整的<acronym> URL </首字母缩写(例如http://,ftp://或文件:/ /),或Windows剪贴板。的文件被限于文本格式(.txt.csv,或.dat),但是,它们可以被压缩gzip额外的扩展名“.gz。
值----------Value----------
Queries and sets Data components: headers, skip, sep, nrows, na.strings, quote, comment.char, see ReadData; and data.source, where
查询和组Data组件:headers,skip,sep,nrows,na.strings,quote,comment.char的,看到ReadData和data.source,
参数:data.source
character; a description of the connection (i.e. a file pathname).
字符;连接的描述(即一个文件路径名)。
注意----------Note----------
Requires the Tcl package Tktable. If Tktable is not available the ReadData function is called directly using default argument values.
需要的Tcl包Tktable的。如果Tktable不可ReadData函数被调用时,直接使用默认参数值。
(作者)----------Author(s)----------
J.C. Fisher
参见----------See Also----------
ReadData, read.table, connections
ReadData,read.table,connections
实例----------Examples----------
tclRequire("Tktable", warn = TRUE)
ImportData()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|