.prettyPrint {onc.api}R Documentation

Pretty prints a complex hierarchy of lists

Description

Pretty prints a complex hierarchy of lists

Usage

.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)


[Package onc.api version 2.0.1.0 Index]