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 ejercicio forma parte del curso
Defensive R Programming
Instrucciones del ejercicio
- Suppress the startup messages when loading the dplyr package. The function you need starts with
suppress
.
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
___(library("dplyr"))