getRow: getRow

Description Usage Arguments Details Value Author(s) Examples

View source: R/machinaWS.functions.R

Description

This connects to the Machina web service, and gets a row, optionally with data.

Usage

1
2
3
4
5
6
7
    getRow(
		rowIndex,
		includeData = FALSE,
		startDate = NULL,
		endDate = NULL,
		verbose = FALSE
		)

Arguments

rowIndex

This is the row number to get (1-based)

includeData

Not required, whether to include data (default = FALSE)

startDate

This is the start date

endDate

This is the end date

verbose

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

Details

This connects to Machina web service, and gets a row, optionally with data.

Value

This function and gets a row, optionally with data.

Author(s)

Michael Gursky

Examples

1
  #  rowData <- getRow(21, includeData = TRUE)

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

Related to getRow in machina...