Learn R Programming

machina (version 0.1.6)

getRow: getRow

Description

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

Usage

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)

Value

This function and gets a row, optionally with data.

Details

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

Examples

Run this code
  #  rowData <- getRow(21, includeData = TRUE)

Run the code above in your browser using DataLab