ezRead.table | R Documentation |
Modified version of read.table()
with a different default.
ezRead.table(
file,
header = TRUE,
sep = "\t",
as.is = TRUE,
row.names = 1,
quote = "",
skip = 0,
comment.char = "",
check.names = FALSE,
...
)
file |
the name of the file to read the data from. |
... |
additional arguments to be passed to |
Returns a data.frame.
Rehrauer, Hubert
Schmid, Peter
read.table
m1 = ezMatrix(1:20, rows=1:5, cols=1:4)
ezWrite.table(m1, "exampleTable")
ezRead.table("exampleTable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.