Skip to contents

This function exports the report data frame from a SimulationObject.

Usage

export_df(sim_obj)

Arguments

sim_obj

A SimulationObject containing the report data frame.

Value

A data frame containing the report from the SimulationObject.

Examples

if (FALSE) { # \dontrun{
report_df <- export_df(simulation_object)
} # }