[,tiledb_array,ANY-method | R Documentation |
Heterogenous domains are supported, including timestamps and characters.
## S4 method for signature 'tiledb_array,ANY'
x[i, j, ..., drop = FALSE]
x |
tiledb_array object |
i |
optional row index expression which can be a list in which case minimum and maximum of each list element determine a range; multiple list elements can be used to supply multiple ranges. |
j |
optional column index expression which can be a list in which case minimum and maximum of each list element determine a range; multiple list elements can be used to supply multiple ranges. |
... |
Extra parameters for method signature, currently unused. |
drop |
Optional logical switch to drop dimensions, default FALSE, currently unused. |
This function may still still change; the current implementation should be considered as an initial draft.
The resulting elements in the selected format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.