Skip to content

Commit

Permalink
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
Browse files Browse the repository at this point in the history
…tsengineering/teal into 1187_decorate_output@main
  • Loading branch information
m7pr committed Nov 11, 2024
2 parents 106bf4c + ac475e8 commit 5206bfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/teal_transform_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
#' moduleServer(id, function(input, output, session) {
#' reactive({
#' within(data(),
#' {
#' iris <- iris[, 1:n_cols]
#' },
#' n_cols = input$n_cols
#' {
#' iris <- iris[, 1:n_cols]
#' },
#' n_cols = input$n_cols
#' )
#' })
#' })
Expand Down

0 comments on commit 5206bfe

Please sign in to comment.