From 4e0c69102823738bfee2e772c69cc86140ab2bc9 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:19:29 +0200 Subject: [PATCH] typo (#212) typo Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- vignettes/teal-transform.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/teal-transform.Rmd b/vignettes/teal-transform.Rmd index 91a9a71e..9293e004 100644 --- a/vignettes/teal-transform.Rmd +++ b/vignettes/teal-transform.Rmd @@ -27,7 +27,7 @@ It serves a dual purpose: ## Data Extraction and Data Merging -The primary goal of `teal.transform` to to provide functions that help in abstracting the process of Data Extraction and Data Merging in UI elements of the `shiny` app. +The primary goal of `teal.transform` is to provide functions that help in abstracting the process of Data Extraction and Data Merging in UI elements of the `shiny` app. This helps in reducing the amount of code required to create a UI elements that directly transform the data to perform the required analysis. This is how the app user gains flexibility to transform their data right from the UI. To explore the combined use of data extraction and merging to see the full use of `teal.transform`, please explore the [Combining data-extract with data-merge](data-extract-merge.html) vignette.