Nothing
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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.