tiledb_group_delete | R Documentation |
The group must be opened in ‘MODIFY_EXCLUSIVE’ mode, otherwise the function will error out.
tiledb_group_delete(grp, uri, recursive = FALSE)
grp |
A TileDB Group object as for example returned by |
uri |
Character variable with the URI of the group item to be deleted |
recursive |
A logical value indicating whether all data iniside the group is to be delet |
Nothing is returned, the function is invoked for the side-effect of group data removal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.