Suppressing startup messages
When packages start, they may print messages to the screen. This is useful for interactive coding, but not that great when generating reports, e.g. knitr.
Este exercício faz parte do curso
Defensive R Programming
Instruções do exercício
- Suppress the startup messages when loading the dplyr package. The function you need starts with
suppress
.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
___(library("dplyr"))