Learn R Programming

RSurvey (version 0.7-4)

ImportData: Import Data

Description

A GUI for reading table formatted data.

Usage

ImportData(parent = NULL)

Arguments

parent
tkwin; the GUI parent window.

Value

  • Queries and sets Data components: table.headers, table.skip, table.sep, table.na.strings, table.quote, and table.comment.char, see ReadData.

Details

This GUI 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 URL (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.

See Also

ReadData

Examples

Run this code
tclRequire("Tktable", warn = TRUE)
ImportData()

Run the code above in your browser using DataLab