From fb2b9ec59465f814d8547735ff918a449a56564d Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Fri, 19 Jan 2024 10:04:55 -0500 Subject: [PATCH] vignette --- vignettes/tutorial.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 87c2d633..fd4697fd 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -48,7 +48,7 @@ tt(x) ## Output formats -`tinytable` can produce tables in HTML, Markdown, LaTeX, PDF, or PNG format. An appropriate output format form printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) based on the output format of the Rmarkdown or Quarto document. Alternatively, users can specify the print format in `print()` or by setting a global option: +`tinytable` can produce tables in HTML, Markdown, LaTeX, PDF, or PNG format. An appropriate output format for printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) the output format of the Rmarkdown or Quarto document, if applicable. Alternatively, users can specify the print format in `print()` or by setting a global option: ```{r} #| eval: false