CTS_fetch_sc_meta {ruminate} | R Documentation |
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")
)
Arguments
MOD_yaml_file |
Module configuration file with MC as main section. |
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.
Examples
CTS_fetch_sc_meta()
[Package ruminate version 0.3.1 Index]