call_extract_array {teal.transform} | R Documentation |
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)
Arguments
dataname |
( |
row |
( |
column |
( |
aisle |
( |
Value
Extract()
call
for 3-dimensional array in x[i, j, k]
notation.
[Package teal.transform version 0.6.0 Index]