datetimes_as_int64 {tiledb} | R Documentation |
Retrieve datetimes_as_int64 toggle
Description
A tiledb_array
object may contain date and datetime objects. While their internal
representation is generally shielded from the user, it can useful to access them as the
‘native’ format which is an integer64
. This function retrieves the current
value of the selection variable, which has a default of FALSE
.
Usage
datetimes_as_int64(object)
## S4 method for signature 'tiledb_array'
datetimes_as_int64(object)
Arguments
object |
A |
Value
A logical value indicating whether datetimes_as_int64
is selected
[Package tiledb version 0.29.0 Index]