Factory function to open a SOMADataFrame for reading, (lifecycle: maturing)
Usage
SOMADataFrameOpen(
uri,
mode = "READ",
platform_config = NULL,
tiledbsoma_ctx = NULL,
tiledb_timestamp = NULL,
soma_context = NULL
)
Arguments
- uri
URI for the TileDB object
- mode
One of
"READ"
or"WRITE"
- platform_config
Optional platform configuration
- tiledbsoma_ctx
Optional SOMATileDBContext
- tiledb_timestamp
Optional Datetime (POSIXct) for TileDB timestamp. In READ mode, defaults to the current time. If non-NULL, then all members accessed through the collection object inherit the timestamp.