Description Usage Arguments Details Examples
Prints a nested list in a way that looks nice
1 | .printNestedList(lst, level = 0)
|
lst |
list object to print |
level |
the indentation level |
Useful for displaying the config of a PEP
1 2 3 4 5 6 7 | projectConfig = system.file("extdata",
"example_peps-master",
"example_basic",
"project_config.yaml",
package = "pepr")
p = Project(file = projectConfig)
.printNestedList(config(p),level=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.