Create a TileDB Group at the given path
Usage
tiledb_group_create(uri, ctx = tiledb_get_context())Examples
if (FALSE) { # \dontrun{
pth <- tempdir()
tiledb_group_create(pth)
tiledb_object_type(pth)
} # }
Create a TileDB Group at the given path
tiledb_group_create(uri, ctx = tiledb_get_context())if (FALSE) { # \dontrun{
pth <- tempdir()
tiledb_group_create(pth)
tiledb_object_type(pth)
} # }