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:

Examples

CTS_fetch_sc_meta()

[Package ruminate version 0.3.1 Index]