tiledb_stats_dump: Dumps internal TileDB statistics to file or stdout

View source: R/Stats.R

tiledb_stats_dumpR Documentation

Dumps internal TileDB statistics to file or stdout

Description

Dumps internal TileDB statistics to file or stdout

Usage

tiledb_stats_dump(path)

Arguments

path

Character variable with path to stats file; if the empty string is passed then the result is displayed on stdout.

Examples


pth <- tempfile()
tiledb_stats_dump(pth)
cat(readLines(pth)[1:10], sep = "\n")


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.