.printNestedList | R Documentation |
Prints a nested list in a way that looks nice
.printNestedList(lst, level = 0)
lst |
list object to print |
level |
the indentation level |
Useful for displaying the config of a PEP
No return value, called for side effects
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.