Skip to contents

Creates a 'tiledb_group' object

Usage

tiledb_group(uri, type = c("READ", "WRITE"), ctx = tiledb_get_context())

Arguments

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 Ctx object; if not supplied the default context object is retrieved

Value

A 'group' object