export_df.Rd
This function exports the report data frame from a SimulationObject.
export_df(sim_obj)
A SimulationObject containing the report data frame.
A data frame containing the report from the SimulationObject.
if (FALSE) { # \dontrun{ report_df <- export_df(simulation_object) } # }