Learn R Programming

RSurvey (version 0.7-5)

ExportData: Export Data

Description

A GUI for exporting data to text files, shapefiles, or R data files.

Usage

ExportData(file.type = "txt", parent = NULL)

Arguments

file.type
character; the output file type: either txt for Text Files, rda for R Data Files, or shp for ESRI Shapefiles.
parent
tkwin; the GUI parent window.

See Also

write.table, save, writeOGR

Examples

Run this code
ExportData(file.type = "txt")

Run the code above in your browser using DataLab