readTab | R Documentation |
Wrapper around read.table
to read tab-separated tables by default
readTab(
fn,
sep = "\t",
header = TRUE,
stringsAsFactors = FALSE,
quote = "",
comment.char = "",
na.strings = "",
...
)
fn |
filename to read |
sep |
see |
header |
see |
stringsAsFactors |
see |
quote |
see |
comment.char |
see |
... |
passed to |
the result of read.table
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.