Skip to contents

Open a TileDB Group

Usage

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

Arguments

grp

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

type

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

Value

The TileDB Group object but opened for reading or writing