Learn R Programming

rrepast (version 0.4.0)

SaveSimulationData: Saving simulation output

Description

Saves the simulation results of last call to Run(e) function.

Usage

SaveSimulationData(as = "csv", experiment = NULL)

Arguments

as
The desired output type, must be csv or xls
experiment
The experiment output

Value

  • The id of saved data

Details

The model must have been initialized or user must call setId explicitelly.