R/io.R
printIf.Rd
Call Print If Condition Is Met
printIf(condition, x, caption = deparse(substitute(x)))
if TRUE, print is called, else not
object to be printed
optional. Caption line to be printed with cat before printing x