Returns a vector of WITCH results files. Inspired by witch-plot source code.
Usage
witch_results_files(
search_path,
restrict = "^results_",
normalize = FALSE,
recursive = FALSE
)Value
A character vector with the unique names of the gdx files found in
search_path whose base name matches one of the restrict
patterns. Returns NULL if no file matches.
See also
Other WITCH helper functions:
witch_query(),
witch_scen_name()
