addRow: addRow

Description Usage Arguments Details Value Author(s) Examples

View source: R/machinaWS.functions.R

Description

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

Usage

1
2
3
4
5
6
7
8
    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

Details

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

Value

This function adds a row to the open strategy.

Author(s)

Michael Gursky

Examples

1
   # addRow("ibm(o) | xavg(25) | ternary")

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

Related to addRow in machina...