Learn R Programming

RSurvey (version 0.7-0)

ExportData: Set Parameters for Data Export

Description

A GUI for exporting data to text files or shapefiles.

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.
parent
tkwin; the GUI parent window.

See Also

WriteFile

Examples

Run this code
ExportData(col.ids = c("V1", "V2", "V3"), file.type = "text")

Run the code above in your browser using DataLab