-
-
Notifications
You must be signed in to change notification settings - Fork 280
Colored terminal output
Patrick Schratz edited this page Sep 9, 2018
·
1 revision
Thanks to the fansi
package you can have colored code output.
This works nicely together with tibbles
.
See https://twitter.com/BrodieGaslam/status/1029059002225721344 for a preview.
To enable it, add options(crayon.enabled = TRUE)
in the knitr
setup chunk and install fansi
> v0.3.