Learn R Programming

phonTools (version 0.2-2.2)

loadtable: Load Table

Description

Load text table data quickly.

Usage

loadtable (...)

Value

Returns the output of read.table().

Arguments

...

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

Author

Santiago Barreda <sbarreda@ucdavis.edu>

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