README.md

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")


Try the clitable package in your browser

Any scripts or data that you put into this service are public.

clitable documentation built on Nov. 5, 2025, 5:27 p.m.