Skip to content

Commit

Permalink
Clarify the logic (#200)
Browse files Browse the repository at this point in the history
Commit from #199
  • Loading branch information
vedhav authored Feb 16, 2024
1 parent c690eaa commit 2317b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/data-extract.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Examples can be found in the [modules from the `teal.modules.clinical` package](
### `data_extract_spec`

The role of `data_extract_spec` is twofold: to create a UI component in a `shiny` application and to pass user input
from the UI to the module itself.
from the UI to a custom server logic that can use this input to transform the data.
Let's delve into how it fulfills both of these responsibilities.

#### Step 1/4 - Preparing the Data
Expand Down

0 comments on commit 2317b39

Please sign in to comment.