Here is a blog post created with blogdown
The R chunk of code begins with
```{r, echo = FALSE, message = FALSE, warning = FALSE}
However, three messages appear each time I read a shapefile using sf::st_read
How do I prevent these messages from appearing in the post?
Does the answer lie in this page about knitr options?