Print and Object with its Name

DESCRIPTION:

Prints an object with its name and with an optional descriptive text string. This is useful for annotating analysis output files and for debugging.

USAGE:

prn(x, txt)

ARGUMENTS:

x
any object
txt
optional text string

SEE ALSO:

,

EXAMPLES:

x <- 1:5
prn(x)
# prn(fit, 'Full Model Fit')