pdumpit {qreport} | R Documentation |
Print to File for Debugging
Description
If options(dumpfile="...")
is set, uses Hmisc::prn()
to print objects for debugging
Usage
pdumpit(x, txt = as.character(substitute(x)))
Arguments
x |
input to |
txt |
text label, defaults to name of |
Value
no result, used only for printing debugging information
Author(s)
Frank Harrell
[Package qreport version 1.0-1 Index]