powered by
Create a TileDB Group at the given path
tiledb_group_create(uri, ctx = tiledb_get_context())
The uri path, invisibly
Character variable with the URI of the new group
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved
ctx <- tiledb_ctx(limitTileDBCores()) if (FALSE) { pth <- tempdir() tiledb_group_create(pth) tiledb_object_type(pth) }
Run the code above in your browser using DataLab