show,tiledb_config-method {tiledb}R Documentation

Prints the config object to STDOUT

Description

Prints the config object to STDOUT

Usage

## S4 method for signature 'tiledb_config'
show(object)

Arguments

object

tiledb_config object

Examples


cfg <- tiledb_config()
show(cfg)

[Package tiledb version 0.29.0 Index]