Here is the code for my RMarkdown file:
```{r echo=FALSE, message=FALSE} opts_chunk$set(comment = NA, echo=FALSE, message = FALSE, warnings = FALSE) options(
Ran into this problem as well, I would like to add that it should be warning = FALSE, not warnings = FALSE
warning = FALSE,
warnings = FALSE