Skip to contents

This function returns the list of scenario tibble files and the corresponding scenario name present in a given directory. It is meant to be used after merge_netsim_scenarios_tibble or step_tmpl_merge_netsim_scenarios_tibble.

Usage

get_scenarios_tibble_infos(scenario_dir)

Arguments

scenario_dir

the directory where merge_netsim_scenarios_tibble saved the merged tibbles.

Value

a tibble with two columns: file_path - the full path of the scenario tibble file and scenario_name the associated scenario name.