Retrieves the names or paths of simulation directories within the project structure.
Usage
get_simulation_names(root_dir, return_paths = FALSE)
Arguments
- root_dir
A character string which specifies the root directory of the project.
- return_paths
A logical which determines whether to return full paths (TRUE) or
only directory names (FALSE).
Value
An invisible character vector of simulation directory names or paths.