prnz | R Documentation |
Prints an object with its name and with an optional descriptive text string. This is useful for annotating analysis output files and for debugging.
prn(x, txt, file)
x |
any object |
txt |
optional text string |
file |
optional file name. By default, writes to console.
|
prints
print
, cat
, printL
x <- 1:5
prn(x)
# prn(fit, 'Full Model Fit')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.