Pretty print a list (or data frame) recursively
printls(x, prefix = "", pad = 3, center.title = TRUE, title = NULL,
title.newline = FALSE, newline.pre = FALSE, color = NULL)
list or object that will be converted to a list
String: Optional prefix for names
Integer: Pad output with this many spaces. Default = 2
Logical: If TRUE, autopad title for centering, if present. Default TRUE
crayon
color to be applied when printing values. Default = NULL (do not use crayon
)
Data frames in R began life as lists