tiledb_group_delete: Deletes all written data from a 'tiledb_group' object

View source: R/Group.R

tiledb_group_deleteR 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 tiledb_group()

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.


TileDB-Inc/TileDB-R documentation built on Oct. 2, 2024, 8:14 a.m.