Skip to content
kappinen edited this page Dec 17, 2011 · 6 revisions

#R-howto Warning Traceback

# Will convert warning to error

options(warn=2)

# Prints traceback to warning

traceback()

Clone this wiki locally