Learn R Programming

tiledb (version 0.30.2)

tiledb_version: The version of the libtiledb library

Description

The version of the libtiledb library

Usage

tiledb_version(compact = FALSE)

Value

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

Arguments

compact

Logical value indicating wheter a compact package_version object should be returned

Examples

Run this code
ctx <- tiledb_ctx(limitTileDBCores())
tiledb_version()
tiledb_version(compact = TRUE)

Run the code above in your browser using DataLab