From 62c455cda9cfde5cc2af00d463b251b71497c751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ka=C5=82=C4=99dkowski?= Date: Wed, 8 Jan 2025 14:05:48 +0100 Subject: [PATCH] Update vignettes/including-data-in-teal-applications.Rmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Signed-off-by: Dawid Kałędkowski --- vignettes/including-data-in-teal-applications.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/including-data-in-teal-applications.Rmd b/vignettes/including-data-in-teal-applications.Rmd index a786a4588..173715e18 100644 --- a/vignettes/including-data-in-teal-applications.Rmd +++ b/vignettes/including-data-in-teal-applications.Rmd @@ -237,9 +237,9 @@ For a detailed explanation of verification, see [this `teal.data` vignette](http Objects which name starts with a dot (.) are hidden in teal_data and the whole teal application. This can be used to pass auxiliary objects in the `teal_data` instance, without exposing them to the app user. For example: -- Proxy variables for column modifications +- Proxy variables for column modifications - Temporary datasets used to create final ones -- Connection objects +- Connection objects ```{r} my_data <- teal_data()