loadtable | R Documentation |
Load text table data quickly.
loadtable (...)
... |
Arguments are passed to the internal call of read.table(). |
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.
Returns the output of read.table().
Santiago Barreda <sbarreda@ucdavis.edu>
## uncomment and run
# data = loadtable ()
# head (data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.