# NOT RUN {
if (2 < 1) message("Don't say such silly things!")
if (2 < 1) warning("You may want to review that math, and so this is your warning")
if (2 < 1) stop("This is a completely false condition, which throws an error")
# }
Run the code above in your browser using DataLab