Description Usage Arguments Examples
Export the specified benchmarkVis compatible data table as an csv file. Lists will be converted into a String: "list(valA = 123, valB = 'xyz')". Vectors will be converted into a String: "c(1, 2, 3, 4)"
1 |
dt |
the benchmarkVis data table |
file.path |
path to save the file to |
1 | csvExport(mlr.benchmark.example, "test.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.