linear_access | R Documentation |
This function extracts the values of the elements in an array-like object using linear indexing. Linear indexing is a way of indexing an array by a single index that is computed from multiple indices using a formula.
linear_access(x, i, ...)
x |
a data source. |
i |
a vector of indices. |
... |
additional arguments to be passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.