Skip to contents

The version of the libtiledb library

Usage

tiledb_version(compact = FALSE)

Arguments

compact

Logical value indicating wheter a compact package_version object should be returned

Value

An named int vector c(major, minor, patch), or if select, a package_version object

Examples

ctx <- tiledb_ctx(limitTileDBCores())
tiledb_version()
#> major minor patch 
#>     2    23     0 
tiledb_version(compact = TRUE)
#> [1] ‘2.23.0’