Skip to contents

Get Array Timestamps

Usage

# S3 method for class 'tiledb_array'
array_timestamps(object, tz = "", ...)

# S3 method for class 'TileDBArray'
array_timestamps(object, tz = "", ...)

Arguments

object

An R object that contains a TileDB resource 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.

Value

An object of class array_timestamps that is a list that holds the user supplied temporal timestamps and the time range the array is opened at.