tiledb_group_open {tiledb} | R Documentation |
Open a TileDB Group
Description
Open a TileDB Group
Usage
tiledb_group_open(grp, type = c("READ", "WRITE", "MODIFY_EXCLUSIVE"))
Arguments
grp |
A TileDB Group object as for example returned by |
type |
A character value that must be either ‘READ’, ‘WRITE’ or ‘MODIFY_EXCLUSIVE’ |
Value
The TileDB Group object but opened for reading or writing
[Package tiledb version 0.29.0 Index]