powered by
Prints a nested list in a way that looks nice
.printNestedList(lst, level = 0)
No return value, called for side effects
list object to print
the indentation level
Useful for displaying the config of a PEP
projectConfig = system.file("extdata", "example_peps-master", "example_basic", "project_config.yaml", package = "pepr") p = Project(file = projectConfig) .printNestedList(config(p),level=2)
Run the code above in your browser using DataLab