fread.delim | R Documentation |
Fast read data Fast read data frame The functions are developed to fit personal preference. Feel free to modify it.
fread.delim(path_to_file, delim = "\t", header = T, cores = 29)
path_to_file |
the path to the dataset |
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.delim('https://raw.githubusercontent.com/jiayiliujiayi/timekiller/master/testdata/dataset_df.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.