powered by
Dumps internal TileDB statistics to file
tiledb_stats_dump(path)
Character variable with path to stats file; if the empty string is passed then the result is displayed on stdout.
# NOT RUN { pth <- tempfile() tiledb_stats_dump(pth) cat(readLines(pth)[1:10], sep = "\n") # }
Run the code above in your browser using DataLab