Get Group Timestamps
Usage
# S3 method for class 'tiledb_ctx'
group_timestamps(object, tz = "", ...)
# S3 method for class 'tiledb_group'
group_timestamps(object, tz = "", ...)
# S3 method for class 'tiledb_config'
group_timestamps(object, tz = "", ...)
# S3 method for class 'TileDBGroup'
group_timestamps(object, tz = "", from = c("ctx",
"cfg"), ...)Arguments
- object
An
Robject that contains aTileDBresource pointer.- tz
A character string for the time zone specification to be used for the conversion in print method only. Defaults to
Sys.timezone().- ...
Other arguments passed to methods. Not used.
- from
TileDBGroup's source of timestamps: either from context
ctx, or group object configurationcfg.
Value
An object of class group_timestamps that is a list with
the time range the group is opened at.