tiledb_version {tiledb} | R Documentation |
The version of the libtiledb library
Description
The version of the libtiledb library
Usage
tiledb_version(compact = FALSE)
Arguments
compact |
Logical value indicating wheter a compact
|
Value
An named int vector c(major, minor, patch), or if select,
a package_version
object
Examples
tiledb_version()
tiledb_version(compact = TRUE)
[Package tiledb version 0.29.0 Index]