preprocess_data: Preprocessing of raw data

Description Usage Arguments Value

Description

read from csv, add rows, aggregate, create and add averages

Usage

1
preprocess_data(file, vars = c("b", "g"), header = F, sep = ",", ...)

Arguments

file

the csv-file to load

vars

the variables to be imputed

header

logical, if csv-input-file has header

sep

the separator between columns in the csv-input

...

can be first_timestamp and last_timestamp

Value

data.table with all timestamps, averages and incomplete variables


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