CTS_fetch_sc_meta: Fetches Simulation Parameter Meta Information
Description
This provides meta information about simulatino options. This
includes option names, text descriptions, ui_names used, etc.
Usage
CTS_fetch_sc_meta(
MOD_yaml_file = system.file(package = "ruminate", "templates", "CTS.yaml")
)
Value
List with the following elements:
config List from the YAML->MC->sim_config.
summary: Dataframe with elements of config in tabular format.
ui_config Vector of all the ui_ids for configuration options.
Arguments
- MOD_yaml_file
Module configuration file with MC as main section.