load_args: Load a Stannis run control list of arg-trees from a .yaml...

View source: R/cmdstan-arg-trees.R

load_argsR Documentation

Load a Stannis run control list of arg-trees from a .yaml file

Description

Format description: the two top-level items are 'defaults', and 'runs'. The each item under those is a Stannis arg-tree with CmdStan arguments.

Usage

load_args(file)

Arguments

file

a .yaml file with arg-tree structure and defaults.

Details

Arg-trees are loaded, each run arg-tree is merged with the defaults, and a hash is added to each.

Value

list of arg-trees with hashes, not finalized.


sakrejda/stannis documentation built on June 25, 2022, 3:19 a.m.