Read.table | R Documentation |
Basically a read.table but with predetermnined parameters
Read.table(filename, ..., path, row.names = 1)
filename |
Name of the file of the data.frame to read |
... |
any other parameter supported by utils::read.table |
path |
Path of the file if not included in the name or not the working directory |
row.names |
indicates the row that contains the column names |
an adequately formatted data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.