datetimes_as_int64-set-tiledb_array-method: Set datetimes_as_int64 toggle

datetimes_as_int64<-R Documentation

Set 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 set the current value of the selection variable, which has a default of FALSE.

Usage

datetimes_as_int64(x) <- value

## S4 replacement method for signature 'tiledb_array'
datetimes_as_int64(x) <- value

Arguments

x

A tiledb_array object

value

A logical value with the selection

Value

The modified tiledb_array array object


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.