I have used dplyr
for some of the analyses and for a particular code it takes about 30 seconds to complete the operation. In the resulting HTML I get a very long output of something like this (reproducing last few lines):
|================================================ |100% ~0 s remaining
|================================================ |100% ~0 s remaining
Completed after 35 s
I don't want this to show in the output. How can I suppress this? Is there anythink in the global chunk options of knitr that could stop these messages
I think you want the chunk option results='hide'
for that particular code chunk only.
```{r results='hide'}
# do your dplyr computation here
```
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With