csvImport: Import a csv file as a benchmarkVis data table

Description Usage Arguments Value

Description

Import a matching csv file as a benchmarkVis compatible data table. Lists must be a String with following structure: "list(valA = 123, valB = 'xyz')". Vectors must be a String with following structure: "c(1, 2, 3, 4)" Check the file "extdata/ml.benchmark.csv" to see an example of the correct file structure

Usage

1
csvImport(input.csv)

Arguments

input.csv

path to the input csv file

Value

a data table with the benchmarkVis specific structure


collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.