Learn R Programming

machina (version 0.1.6)

openStrategy: openStrategy

Description

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

Usage

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)

Value

This function returns the Machina strategy object.

Details

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

Examples

Run this code
  #  openStrategy(strategyName = "default")

Run the code above in your browser using DataLab