CTS_fetch_sc_meta: Fetches Simulation Parameter Meta Information

View source: R/CTS_Server.R

CTS_fetch_sc_metaR 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()

ruminate documentation built on Nov. 5, 2025, 5:34 p.m.