A graphical user interface (GUI) for exporting data to text files, shapefiles, or R data files.
ExportData(file.type = "txt", parent = NULL)
character. Output file type: either txt for text files, rda for R-data files, or shp for shapefiles.
tkwin. GUI parent window
Saves the GUI options in the export
component of Data
.
List components of export
include:
indicates whether exported data are limited to processed records.
indicates whether a header line of conversion specification format strings is written (text only).
indicates whether a header line of column names is written (text only).
indicates whether the row names are written (text only).
indicates whether to write comments using the comment character, com
(text only).
field separator character (text only).
string used for decimal points (text only).
string interpreted as NA
value (text only).
comment character (text only).
a string specifying how to deal with embedded double quote characters when quoting strings (text only).
if true, any character or factor columns will be surrounded by double quotes (text only).
declares the encoding to be used on the file (text only).
the character to print at the end of each line (text only).
indicate whether the file should be compressed using gzip, bzip2, or xz (text only).
indicate if a separate text file should be written with the change log (text only).
if true, an ASCII representation of the data is written (R data only).
# NOT RUN {
Data(replace.all = obj)
ExportData(file.type = "txt")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab