Skip to content

kforner/clitable

Repository files navigation

clitable

R-CMD-check Codecov test coverage CRAN status License: AGPL-3.0-or-later

The aim of clitable is to print tables in the terminal, using ANSI strings thanks to the 'cli' and 'crayon' packages to use formatting and colours.

screenshot

Installation

Install it from github:

### using devtools
# install devtools from CRAN if needed
install.packages('devtools') 

install_github('kforner/clitable')

### or using pak
# install pak from CRAN if needed
install.packages('pak') 
pak::pak("kforner/clitable")

About

a R package for Rendering tables in text format in the command-line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published