powered by
Creates a TileDB group object at given uri path
tiledb_group_create(uri, ctx = tiledb_get_context())
path which to create group
tiledb_ctx object (optional)
uri of created group
# NOT RUN { pth <- tempdir() tiledb_group_create(pth) tiledb_object_type(pth) # }
Run the code above in your browser using DataLab