ExportData(RSurvey)
ExportData()所属R语言包:RSurvey
Set Parameters for Data Export
设置参数数据导出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for exporting data to text files or shapefiles.
一个<acronym> GUI </首字母缩写>将数据导出到文本文件或shapefile文件。
用法----------Usage----------
ExportData(col.ids, file.type = "text", parent = NULL)
参数----------Arguments----------
参数:col.ids
character; a vector of strings identifying the variables to include in the exported data table.
字符,字符串识别变量的向量,包括在导出的数据表。
参数:file.type
character; the output file type: either “text” for Text Files or “shape” for ESRI Shapefiles.
字符的输出文件类型为文本文件或ESRI形状的“形状”:无论是“文本”。
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
(作者)----------Author(s)----------
J.C. Fisher
参见----------See Also----------
WriteFile
WriteFile
实例----------Examples----------
ExportData(col.ids = c("V1", "V2", "V3"), file.type = "text")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|