example_strategy_config {strand}R Documentation

Load example strategy configuration

Description

Loads an example strategy configuration file for use in examples.

Usage

example_strategy_config()

Value

An object of class list that contains the example configuration. The list object is the result of loading the package's example yaml configuration file application/strategy_config.yaml.

Examples


config <- example_strategy_config()
names(config$strategies)
show(config$strategies$strategy_1)


[Package strand version 0.2.0 Index]