diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index c15bf637..4f584e81 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -17,6 +17,13 @@ options("tt_tabularray_placement" = "H") `tinytable` is a small but powerful `R` package to draw HTML, LaTeX, PDF, Markdown, and Typst tables. The interface is minimalist, but it gives users direct and convenient access to powerful frameworks to create endlessly customizable tables. +Install it from Github: + +```{r, eval = FALSE} +library(remotes) +install_github("vincentarelbundock/tinytable") +``` + This tutorial introduces the main functions of the package. It is available in two versions: * [PDF](tutorial.pdf)