tiledb_group | R Documentation |
Creates a 'tiledb_group' object
tiledb_group(
uri,
type = c("READ", "WRITE"),
ctx = tiledb_get_context(),
cfg = NULL
)
uri |
Character variable with the URI of the new group object |
type |
Character variable with the query type value: one of “READ” or “WRITE” |
ctx |
(optional) A TileDB Context object; if not supplied the default context object is retrieved |
cfg |
(optional) A TileConfig object |
A 'group' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.