loadtable: Load Table

loadtableR Documentation

Load Table

Description

Load text table data quickly.

Usage

loadtable (...)

Arguments

...

Arguments are passed to the internal call 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.

Value

Returns the output of read.table().

Author(s)

Santiago Barreda <sbarreda@ucdavis.edu>

Examples

## uncomment and run
# data = loadtable ()
# head (data)

phonTools documentation built on Nov. 21, 2023, 1:07 a.m.