Skip to content

Commit

Permalink
tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 17, 2024
1 parent c2e9184 commit 0a999dd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions vignettes/tinytable.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@

`tinytable` is a small but powerful `R` package to draw HTML, LaTeX, Word, 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:
Install the latest version from R-Universe or CRAN:

```{r, eval = FALSE}
library(remotes)
install_github("vincentarelbundock/tinytable")
install.packages("tinytable",
repos = c("https://vincentarelbundock.r-universe.dev", "https://cran.r-project.org"))
```

This tutorial introduces the main functions of the package. It is available in two versions:

* [PDF](tutorial.pdf)
* [HTML](tutorial.html)
This tutorial introduces the main functions of the package. It is also [available as a single PDF document.](tinytable_tutorial.pdf)

Load the library and set some global options:

Expand Down

0 comments on commit 0a999dd

Please sign in to comment.