call_extract_array: Get call to subset and select array

View source: R/call_utils.R

call_extract_arrayR 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

(character(1) or name).

row

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

column

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

aisle

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

Value

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


teal.transform documentation built on April 3, 2025, 9:15 p.m.