call_extract_matrix: Get call to subset and select matrix
Description
Get call to subset and select matrix
Usage
call_extract_matrix(dataname = ".", row = NULL, column = NULL)
Value
Extract()
call
for matrix in x[i, j]
notation.
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.