I've tried:
{r box_df, echo = FALSE, message = FALSE, class.warning = NULL}
and
options(warn = -1)
I believe either statement should stop warnings from appearing in the knit file, but they don't. class.warning = FALSE doesn't, either. What's the correct way to suppress warning messages for an entire .Rmd file?