| [.delarr | R Documentation |
Performs array-style slicing lazily, capturing the indices in the DAG.
For 2D arrays, standard x[i, j] syntax works. For N-d arrays, provide
one index expression per dimension: x[i, j, k, ...].
## S3 method for class 'delarr'
x[..., drop = FALSE]
x |
A |
... |
Index expressions, one per dimension. Missing indices select all. |
drop |
Logical indicating whether to drop dimensions (ignored lazily). |
A delarr containing the slice operation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.