tiledb_query_set_layout | R Documentation |
Set TileDB Query layout
tiledb_query_set_layout(
query,
layout = c("COL_MAJOR", "ROW_MAJOR", "GLOBAL_ORDER", "UNORDERED")
)
query |
A TileDB Query object |
layout |
A character variable with the layout; must be one of "COL_MAJOR", "ROW_MAJOR", "GLOBAL_ORDER", "UNORDERED") |
The modified query object, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.