query_layout<- | R Documentation |
A tiledb_array
object can have an associated query with a specific layout.
This methods sets the selection value for ‘query_layout’ from a character
value.
query_layout(x) <- value
## S4 replacement method for signature 'tiledb_array'
query_layout(x) <- value
x |
A |
value |
A character variable for the query layout. Permitted values are “ROW_MAJOR”, “COL_MAJOR”, “GLOBAL_ORDER”, or “UNORDERD”. |
The modified tiledb_array
array object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.