View source: R/misc-deprecated.R
creationDf.gxa | R Documentation |
Wrapper around read.table with a few tweaks
creationDf.gxa(file, header = TRUE, sep = "\t",
stringsAsFactors = FALSE, ..., select = NA, rnames = NA,
drops = NA)
file |
path to the file |
header |
boolean. Default: TRUE. Whether the file contains headers. |
sep |
character. Default: "\ t" |
stringsAsFactors |
boolean. Default=FALSE. |
... |
other arguments for read.table |
select |
Value to keep (?) |
rnames |
default:NA. vector of rownames to keep (?) |
drops |
default:NA. vector of column names that should be removed from the data.frame |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.