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.
Latihan ini adalah bagian dari kursus
Defensive R Programming
Petunjuk latihan
- Suppress the startup messages when loading the dplyr package. The function you need starts with
suppress.
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
___(library("dplyr"))