tiledb_group_create: Create a TileDB Group at the given path

View source: R/Group.R

tiledb_group_createR 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)

tiledb documentation built on Sept. 27, 2023, 9:06 a.m.