Fread | R Documentation |
Simple wrapper around data.table::fread
Fread( infile = NULL, cmd = NULL, sep = "\t", check.names = TRUE, tmpdir = file.path("/ebio", "abt3_scratch", Sys.info()[["user"]], "R_tmp"), ... )
infile |
Input file name |
cmd |
Command instead of input file (eg., "gunzip -c INFILE") |
sep |
Value delimiter |
check.names |
Format check column names |
... |
Passed to data.table::fread |
tmp_dir |
Temp file directory. Scratch directory by default |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.