openStrategy: openStrategy

Description Usage Arguments Details Value Author(s) Examples

View source: R/machinaWS.functions.R

Description

This connects to Machina web service, and opens a strategy to work in.

Usage

1
2
3
4
5
    openStrategy(
		strategyName = NULL,
		updateStrategy = TRUE,
		verbose = FALSE
		)

Arguments

strategyName

If you know the name of the strategy, you can put it here. Not required, this will default to NULL

updateStrategy

Not required, default to TRUE.

verbose

Not required, whether to produce verbose output (default = FALSE)

Details

This connects to Machina web service, and opens your strategy.

Value

This function returns the Machina strategy object.

Author(s)

Michael Gursky

Examples

1
  #  openStrategy(strategyName = "default")

machina documentation built on May 2, 2019, 10:21 a.m.