Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 794 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 794 Bytes

ttt - Formatted tables the easy way

Travis-CI Build Status CRAN_Release_Badge CRAN_Download_Badge

ttt stands for "The Table Tool" (or, if you prefer "Tables! Tables! Tables!"). It allows you to creates structured, formatted HTML tables in a flexible and convenient way.

Installation

To install directly from GitHub:

require(remotes)
remotes::install_github("benjaminrich/ttt")

Getting Started

Read the package vignette.