call_extract_matrix: Get call to subset and select matrix

View source: R/call_utils.R

call_extract_matrixR Documentation

Get call to subset and select matrix

Description

Get call to subset and select matrix

Usage

call_extract_matrix(dataname = ".", row = NULL, column = NULL)

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 or integer or character) name of the column or condition.

Value

Extract() call for matrix in x[i, j] notation.


teal.transform documentation built on May 29, 2024, 5:06 a.m.