Creates a TileDB group object at given uri path
tiledb_group_create(uri, ctx = tiledb_get_context())
uri | path which to create group |
---|---|
ctx | tiledb_ctx object (optional) |
uri of created group
ctx <- tiledb_ctx(limitTileDBCores()) if (FALSE) { pth <- tempdir() tiledb_group_create(pth) tiledb_object_type(pth) }