fread.matrix | R Documentation |
Fast read matrix with duplicated rownames fast read a dataset into a matrix
fread.matrix(
path_to_file,
method = sum,
delim = "auto",
header = "auto",
cores = 29
)
path_to_file |
the path to the dataset |
method |
defalut = "sum" |
delim |
delimiter, default (tab-delimited) |
header |
default TRUE |
cores |
number of cores when reading the dataset. default: 29. Why 29? Because I love the prime numbers. |
fread.matrix('https://raw.githubusercontent.com/jiayiliujiayi/timekiller/master/testdata/dataset_matrix.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.