Skip to content

Commit

Permalink
install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 13, 2024
1 parent 60390a4 commit f6bc8ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vignettes/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f6bc8ed

Please sign in to comment.