tiledb_group_delete {tiledb} | R Documentation |
Deletes all written data from a 'tiledb_group' object
Description
The group must be opened in ‘MODIFY_EXCLUSIVE’ mode, otherwise the function will error out.
Usage
tiledb_group_delete(grp, uri, recursive = FALSE)
Arguments
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 |
Value
Nothing is returned, the function is invoked for the side-effect of group data removal.
[Package tiledb version 0.29.0 Index]