R/Group.R
tiledb_group.Rd
Creates a 'tiledb_group' object
tiledb_group(uri, type = c("READ", "WRITE"), ctx = tiledb_get_context())
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 Ctx object; if not supplied the default context object is retrieved
A 'group' object