dot-prettyPrint: Pretty prints a complex hierarchy of lists

Description Usage Arguments

Description

Pretty prints a complex hierarchy of lists

Usage

1
.prettyPrint(item, name = "", level = 0, comma = FALSE, file = "")

Arguments

item

Hierarchy item (can be a list or an atomic element)

name

(character) Item name if its an element in a named list

level

(numeric) Depth level in the hierarchy, starting at 0

comma

(logical) If TRUE, a comma is printed after this element

file

A file connection to an open file if we should print to it, or "" (no file, print to console)


onc.api documentation built on Aug. 21, 2021, 5:10 p.m.