pdumpit: 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)))
Value
no result, used only for printing debugging information
Arguments
- x
input to prn
- txt
text label, defaults to name of x
argument