50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

tiledb (version 0.30.2)

tiledb_group_open: Open a TileDB Group

Description

Open a TileDB Group

Usage

tiledb_group_open(grp, type = c("READ", "WRITE", "MODIFY_EXCLUSIVE"))

Value

The TileDB Group object but opened for reading or writing

Arguments

grp

A TileDB Group object as for example returned by tiledb_group()

type

A character value that must be either ‘READ’, ‘WRITE’ or ‘MODIFY_EXCLUSIVE’