Creates dashboard for the given table with data
Source:R/simwrapper.R
prepareSimwrapperDashboardFromTable.RdCreates dashboard for the given table with data
Usage
prepareSimwrapperDashboardFromTable(
table,
dump.output.to = matsimDumpOutputDirectory,
append = FALSE
)Arguments
- table
trips_output tibble from readTripsTable()
- dump.output.to
output folder, yaml files and plots from the following functions are saved there: plotModalSplitBarChart(),plotModalSplitPieChart(),plotModalShift().
- append
specifies if the ouput folder should be erased before creating, default = FALSE