dot-printNestedList: Print a nested list

.printNestedListR Documentation

Print a nested list

Description

Prints a nested list in a way that looks nice

Usage

.printNestedList(lst, level = 0)

Arguments

lst

list object to print

level

the indentation level

Details

Useful for displaying the config of a PEP

Value

No return value, called for side effects

Examples

projectConfig = system.file("extdata",
"example_peps-master",
"example_basic",
"project_config.yaml",
package = "pepr")
p = Project(file = projectConfig)
.printNestedList(config(p),level=2)

pepr documentation built on Nov. 21, 2023, 5:06 p.m.