powered by
This function requires TileDB Embedded 2.0.3 or later.
tiledb_stats_raw_dump(path)
Character variable with path to stats file; if the empty string is passed then the result is displayed on stdout.
# NOT RUN { if (tiledb_version(TRUE) >= "2.0.3") { pth <- tempfile() tiledb_stats_raw_dump(pth) cat(readLines(pth)[1:10], sep = "\n") } # }
Run the code above in your browser using DataLab