diff --git a/vignettes/teal-reporter-blocks-overview.Rmd b/vignettes/teal-reporter-blocks-overview.Rmd index 5bb03408..731fcdb5 100644 --- a/vignettes/teal-reporter-blocks-overview.Rmd +++ b/vignettes/teal-reporter-blocks-overview.Rmd @@ -32,7 +32,7 @@ knitr::include_graphics("./images/blocks.png") ``` ## Global `knitr` Options -To ensure consistency and control over the rendering of markdown elements within reports, teal.reporter adheres to the following default global knitr options: +To ensure consistency and control over the rendering of markdown elements within reports, teal.reporter adheres to the following default global `knitr` options: To access the default values for the `global_knitr` defaults include: * echo: displays the code along with its output (`echo = TRUE`). diff --git a/vignettes/teal-reporter.Rmd b/vignettes/teal-reporter.Rmd index 043c68e2..16901953 100644 --- a/vignettes/teal-reporter.Rmd +++ b/vignettes/teal-reporter.Rmd @@ -9,7 +9,7 @@ vignette: > ## Introduction While engaging with data analysis within a `shiny` app, -users often encounter insights that they wish to capture and share, be it through's presentations, `markdown` articles, or other formats. +users often encounter insights that they wish to capture and share, be it through presentations, `markdown` articles, or other formats. The `teal.reporter` package simplifies the process for both developers and end-users of `shiny` applications. It allows for easy generation and dissemination of findings. This eliminates the need for manual copy-pasting or writing in markdown.