Learn R Programming

machina (version 0.1.6)

addRow: addRow

Description

This connects to the Machina web service, and adds a row to the open strategy.

Usage

addRow( query, updateStrategy = TRUE, includeData = FALSE, startDate = NULL, endDate = NULL, verbose = FALSE )

Arguments

query
This is the machina command, wrapped in quotes, adding a new row to the open strategy. Learn more about Machina query language at https://machi.na/docs.
updateStrategy
Not required, this will default to TRUE
includeData
Not required, this will default to FALSE
startDate
Not required, this will default to NULL
endDate
Not required, this will default to NULL
verbose
Not required, this will default to FALSE

Value

This function adds a row to the open strategy.

Details

This connects to Machina web service, and adds a row to the open strategy.

Examples

Run this code
   # addRow("ibm(o) | xavg(25) | ternary")

Run the code above in your browser using DataLab