Learn R Programming

rtemis (version 0.79)

parameterSummary: rtemis-internals: parameterSummary

Description

Pretty print a collection of objects

Usage

parameterSummary(..., title = "Parameters", pad = 0,
  newline.pre = TRUE, newline = FALSE)

Arguments

...

Variables to print

title

String: title

pad

Integer: Pad for printls

Details

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.