call_extract_matrix {teal.transform} | R 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 |
( |
row |
( |
column |
( |
Value
Extract()
call
for matrix in x[i, j]
notation.
[Package teal.transform version 0.6.0 Index]