Learn R Programming

teal.transform (version 0.5.0)

call_extract_array: Get call to subset and select array

Description

Get call to subset and select array

Usage

call_extract_array(dataname = ".", row = NULL, column = NULL, aisle = NULL)

Value

Extract()

call for 3-dimensional array in x[i, j, k] notation.

Arguments

dataname

(character(1) or name).

row

(optional name or call or logical or integer or character) name of the row or condition.

column

(optional name or call or logical, integer or character) name of the column or condition.

aisle

(optional name or call or logical or integer or character) name of the row or condition.