ropensci / coder

Classification of Cases into Deterministic Categories
https://docs.ropensci.org/coder/
22 stars 4 forks source link

Colored output? #38

Closed eribul closed 6 years ago

eribul commented 6 years ago
devtools::install_github("r-lib/crayon")
library(crayon)
cat(green(
  'I am a green line ' %+%
  blue$underline$bold('with a blue substring') %+%
  yellow$italic(' that becomes yellow and italicised!\n')
))
eribul commented 6 years ago

Can't see an imidiate value in this for the moment.