This function requires TileDB Embedded 2.0.3 or later.
Arguments
- path
Character variable with path to stats file; if the empty string is passed then the result is displayed on stdout.
Examples
ctx <- tiledb_ctx(limitTileDBCores())
if (tiledb_version(TRUE) >= "2.0.3") {
pth <- tempfile()
tiledb_stats_raw_dump(pth)
cat(readLines(pth)[1:10], sep = "\n")
}
#> [
#>
#> ]
#> NA
#> NA
#> NA
#> NA
#> NA
#> NA
#> NA