Skip to content

Commit

Permalink
fixing within example
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Jan 24, 2024
1 parent 5880bc7 commit 80e0769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/teal_data_module-within.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#' @examples
#' within(tdm, dataset1 <- subset(dataset1, Species == "virginica"))
#'
#' # in an app, use input-derived value in the expression
#' within(tdm, dataset1 <- subset(dataset1, Species == species), species = input$species)
#'
#' # use additional parameter for expression value substitution.
#' valid_species = "versicolor"
#' within(tdm, dataset1 <- subset(dataset1, Species %in% species), species = valid_species)
#' @include teal_data_module.R
#' @name within
#' @rdname teal_data_module
Expand Down
6 changes: 3 additions & 3 deletions man/teal_data_module.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80e0769

Please sign in to comment.