tinytable-package {tinytable}R Documentation

Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats

Description

Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', or 'Typst' tables. The user interface is minimalist and easy to learn. The syntax is concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package.

Package Content

Index of help topics:

format_tt               Format columns of a data frame
format_vector           Format a Vector
group_tt                Spanning labels to identify groups of rows or
                        columns
plot_tt                 Insert images and inline plots into tinytable
                        objects
plot_vector             Create Plot Vector
print.tinytable         Print, display, or convert a tinytable object
rbind2,tinytable,tinytable-method
                        Combine 'tinytable' objects by rows
                        (vertically)
save_tt                 Save a Tiny Table to File
style_tt                Style a Tiny Table
style_vector            Style a Vector with Text Formatting
subset.tinytable        Subsetting a 'tinytable' object
theme_default           Deprecated: Use theme_tinytable() instead
theme_empty             Theme for a void table
theme_grid              Grid theme with borders around all cells
theme_html              HTML-specific styles and options
theme_latex             LaTeX-Specific Theme for 'tinytable'
theme_markdown          Markdown theme with optional ANSI color support
                        and grid customization
theme_revealjs          RevealJS presentation theme
theme_rotate            Rotate table theme (LaTeX, Typst, and HTML)
theme_striped           Striped theme with alternating row colors
theme_tinytable         Default theme for TinyTable
theme_tt                Deprecated: Use format-specific theme functions
                        instead
theme_typst             Typst-specific styles and options
tinytable-package       Simple and Configurable Tables in 'HTML',
                        'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and
                        'Typst' Formats
tt                      Draw a Tiny Table

Maintainer

Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>

Author(s)

Vincent Arel-Bundock [aut, cre] (ORCID: <https://orcid.org/0000-0003-2042-7063>)


[Package tinytable version 0.16.0 Index]