fread.delim: Fast read data Fast read data frame The functions are...

View source: R/data.import.R

fread.delimR Documentation

Fast read data Fast read data frame The functions are developed to fit personal preference. Feel free to modify it.

Description

Fast read data Fast read data frame The functions are developed to fit personal preference. Feel free to modify it.

Usage

fread.delim(path_to_file, delim = "\t", header = T, cores = 29)

Arguments

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.

Examples

fread.delim('https://raw.githubusercontent.com/jiayiliujiayi/timekiller/master/testdata/dataset_df.txt')

jiayiliujiayi/timekiller documentation built on June 15, 2025, 6:31 a.m.