Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 893 Bytes

colorDF

Colored table output in R terminal

R-CMD-check test-coverage CRAN status

The package makes it easy to get nice, colored tables in R terminal.

colorDF demo

Installation

From github:

library(devtools)
install_github("https://github.com/january3/colorDF")