tiledb_group_open {tiledb} | R Documentation |
Open a TileDB Group
tiledb_group_open(grp, type = c("READ", "WRITE"))
grp |
A TileDB Group object as for example returned by |
type |
A character value that must be either ‘READ’ or ‘WRITE’ |
The TileDB Group object but opened for reading or writing