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