Closed eribul closed 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') ))
Can't see an imidiate value in this for the moment.