rtemis-internals
: parameterSummary
Pretty print a collection of objects
parameterSummary(..., title = "Parameters", pad = 0,
newline.pre = TRUE, newline = FALSE)
Variables to print
String: title
Integer: Pad for printls
Any number of R objects can be supplied. Their names and corresponding values will be printed line by line. If input is a single data frame or list, its elements names and values will be printed. If input includes multiple objects, any list's or data frame's elements' names will be printed with the name of the list or data frame prepended.