Skip to content
Prev 165146 / 398506 Next

formatting print statements with multiple lines

Use cat() with "\n" for newlines and "\t" for tabs,

cat("Input criteria does not meet specifications.  Check input against 
the following requirements:\n\ta >= 0\n\t")

HTH,
Stephan


Brigid Mooney schrieb: