tiledb_group_create {tiledb}R Documentation

Create a TileDB Group at the given path

Description

Create a TileDB Group at the given path

Usage

tiledb_group_create(uri, ctx = tiledb_get_context())

Arguments

uri

Character variable with the URI of the new group

ctx

(optional) A TileDB Ctx object; if not supplied the default context object is retrieved

Value

The uri path, invisibly

Examples


## Not run: 
pth <- tempdir()
tiledb_group_create(pth)
tiledb_object_type(pth)

## End(Not run)

[Package tiledb version 0.27.0 Index]