sometimes I absentmindedly want to print out an object that I just created (like a huge matrix). unfortunately this causes Rstudio to stall, as printing all that data to the console is a near impossible task. I sometimes can ctrl-c to stop the print, but only if I do it quickly enough. Is there a setting in Rstudio that will cause a print to fail if its taking too long?