Learn R Programming

phonTools (version 0.2-2.0)

loadtable: Load Table

Description

Load text table data quickly.

Usage

loadtable (...)

Arguments

...
Arguments are passed to the internal call of read.table().

Value

  • Returns the output of read.table().

Details

This function is a wrapper for read.table() for those times when you just don't feel like typing a filename. The function opens up a file selection dialog box allowing the user to select the file containing the data.

Examples

Run this code
## uncomment and run
# data = loadtable ()
# head (data)

Run the code above in your browser using DataLab