README.md

base16colorout

R package to change R console output to one of the many base16 colorschemes using the colorout::setOutputColors256() function.

Installation

if (!require(devtools)) install.packages("devtools")
devtools::install_github("walshc/base16colorout")

Example Usage

base16colorout("monokai")

If placing in your ~/.Rprofile you can do base16colorout::base16colorout("monokai", verbose = FALSE) to prevent the output.

Full list

You can see the full list of schemes with:

listSchemes()


walshc/base16colorout documentation built on May 3, 2019, 11:51 p.m.