tiledb_group_create | R Documentation |
Create a TileDB Group at the given path
tiledb_group_create(uri, ctx = tiledb_get_context())
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 |
The uri path, invisibly
## Not run:
pth <- tempdir()
tiledb_group_create(pth)
tiledb_object_type(pth)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.