bcdata
bcdata copied to clipboard
Decorate print methods with cli
https://github.com/r-lib/cli
Eg.
library(cli)
cat("Available", col_green(symbol$tick))
#> Available ✔
cat("Not available", col_red(symbol$cross))
#> Not available ✖
Merging with #56
Are there more print methods we want decorated, or should this be closed with v0.1.2?
I'd advocate to keep it open for now. I think there is more fun work to be done in this space.