Skip to contents

This function de-registers a 'Group' object, the 'Group' objects therein as well as any arrays.

Usage

deregister_group(
  uri,
  namespace,
  name,
  delete_from_group = TRUE,
  delete_array = FALSE,
  verbose = FALSE
)

Arguments

uri

A TileDB + S3 URI

namespace

A character like "TileDB-Inc"

name

A characther "groupABC"

delete_from_group

A logical value, default `TRUE`, whether arrays are removed from the group

delete_array

A logical value, default `TRUE`, whether arrays are deleted too

verbose

A logical value, default `FALSE`, whether operations are verbose or not

Value

Nothing is returned, the function is invoked for its side-effect

Details

Note that 'Group' objects remain on the underlying storage such as S3.