Skip to content

Commit

Permalink
replace new_qenv with qenv() (#164)
Browse files Browse the repository at this point in the history
Related to insightsengineering/teal.code#166

Replaced old `qenv` constructor with new one.
  • Loading branch information
chlebowa authored Dec 5, 2023
1 parent 849f9be commit 7518dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/merge_expression_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#' )
#' ),
#' server = function(input, output, session) {
#' data_q <- teal.code::new_qenv()
#' data_q <- teal.code::qenv()
#'
#' data_q <- teal.code::eval_code(
#' data_q,
Expand Down Expand Up @@ -257,7 +257,7 @@ merge_expression_module <- function(datasets,
#' )
#' ),
#' server = function(input, output, session) {
#' data_q <- teal.code::new_qenv()
#' data_q <- teal.code::qenv()
#'
#' data_q <- teal.code::eval_code(
#' data_q,
Expand Down
2 changes: 1 addition & 1 deletion man/merge_expression_module.Rd

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

2 changes: 1 addition & 1 deletion man/merge_expression_srv.Rd

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

0 comments on commit 7518dda

Please sign in to comment.