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