crayon Questions
1
Solved
With the crayon package, one can create colored strings:
library(crayon)
dat <- data.frame(X=c(yellow("foobar"), green("baz")), Y = cyan("qux"))
Here is the encode...
Gladdie asked 22/7, 2021 at 17:30
1
© 2022 - 2024 — McMap. All rights reserved.