print_shortened_tree_description: Print tree description in compact format

Description Usage Arguments Value

View source: R/description.R

Description

Print tree description in compact format

Usage

1
2
3
4
5
6
7
print_shortened_tree_description(
  tree_description,
  type = "building block",
  show = "all",
  child_type = "entries",
  skip_root = TRUE
)

Arguments

tree_description

A TreeDescription object

type

type label to print to console

show

which child nodes of the root to print or 'all' to print all

child_type

type label for child elements

skip_root

whether the root node should be printed

Value

The function prints to the console


assemblerr documentation built on Jan. 13, 2022, 1:07 a.m.