Creates a 'tiledb_group' object
tiledb_group(
uri,
type = c("READ", "WRITE"),
ctx = tiledb_get_context(),
cfg = NULL
)
A 'group' object
Character variable with the URI of the new group object
Character variable with the query type value: one of “READ” or “WRITE”
(optional) A TileDB Context object; if not supplied the default context object is retrieved
(optional) A TileConfig object