data_read | R Documentation |
Read (import) data files from various sources
data_read(path, rowname = TRUE, colname = TRUE, sheet = 1, verbose = TRUE, ...)
path |
Character string, the file path to the data file. |
rowname |
See read.table row.names |
colname |
See read.table col.names |
sheet |
The name or index of the sheet to read data from. |
verbose |
Toggle warnings and messages. |
... |
Arguments passed to the related 'read_*()' function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.