print.logger_tree: Print Logger Trees

View source: R/logger_tree.R

print.logger_treeR Documentation

Print Logger Trees

Description

Print Logger Trees

Usage

## S3 method for class 'logger_tree'
print(x, color = requireNamespace("crayon", quietly = TRUE), ...)

## S3 method for class 'logger_tree'
format(x, color = FALSE, ...)

Arguments

x

a logger_tree

color

logical scalar. If TRUE terminal output is colorized via the package crayon?

...

passed on to cli::tree()

Value

x (invisibly)


s-fleck/yog documentation built on March 9, 2023, 7:31 p.m.