The version of the libtiledb library
Arguments
- compact
Logical value indicating wheter a compact
package_version
object should be returned
Examples
ctx <- tiledb_ctx(limitTileDBCores())
tiledb_version()
#> major minor patch
#> 2 17 0
tiledb_version(compact = TRUE)
#> [1] ‘2.17.0’