read_data_csv: Read csv to data.table

Description Usage Arguments Value

Description

Read csv to data.table

Usage

1
2
read_data_csv(file, sep = ",", header = F, select = c(1, 2, 3, 4),
  vars = c("b", "g"))

Arguments

file

filename to read from

sep

separator within rows in csv-file

header

does csv-file contain header

select

which columns to read

vars

the variables with missing data

Value

filled data.table


MAGDa-BeuthHS/imputeData documentation built on May 8, 2019, 9:28 a.m.