Skip to content

Commit

Permalink
Update vignettes/including-data-in-teal-applications.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Dawid Kałędkowski <[email protected]>
  • Loading branch information
gogonzo and averissimo authored Jan 8, 2025
1 parent f9716bd commit 62c455c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/including-data-in-teal-applications.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 62c455c

Please sign in to comment.