# Load simulation output from package data
sim_output_path <- system.file(
"extdata", "rdm_minimal", "simulation",
package = "eam"
)
sim_output <- load_simulation_output(sim_output_path)
# Access the configuration
sim_output$simulation_config
# Access the dataset (check arrow documentation for working with the dataset)
dataset <- sim_output$open_dataset()
Run the code above in your browser using DataLab