Skip to contents

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.