Description Usage Arguments Value
read from csv, add rows, aggregate, create and add averages
1 | preprocess_data(file, vars = c("b", "g"), header = F, sep = ",", ...)
|
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 |
data.table with all timestamps, averages and incomplete variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.