I am preparing an R-markdown report and while loading the "ggplot2" and "dplyr" packages, the package loading messages also come up in the report.
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
How can i not allow the messages to be displayed in the report?