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.
Diese Übung ist Teil des Kurses
Defensive R Programming
Anleitung zur Übung
- Suppress the startup messages when loading the dplyr package. The function you need starts with
suppress
.
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
___(library("dplyr"))