Learn R Programming

clitable

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.

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

Copy Link

Version

Install

install.packages('clitable')

Monthly Downloads

115

Version

0.1.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Karl Forner

Last Published

October 15th, 2025

Functions in clitable (0.1.0)

cli_table

generates a text table
clitable-package

clitable: Render Tables in Text for the Terminal
demo

a function to demo the clitable package
params

shared params
scale_numeric

scales a numeric vector