We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1159a49 commit c296936Copy full SHA for c296936
R/tm_g_bivariate.R
@@ -562,13 +562,9 @@ srv_g_bivariate <- function(id,
562
teal.reporter::teal_card(obj),
563
teal.reporter::teal_card("## Module's code")
564
)
565
- obj %>%
566
- teal.code::eval_code(
567
- c(
568
- 'library("ggplot2");library("dplyr")', # nolint: quotes_lintr
569
- as.expression(anl_merged_input()$expr)
570
- )
571
+ obj |>
+ teal.code::eval_code('library("ggplot2");library("dplyr")') |> # nolint: quotes_lintr
+ teal.code::eval_code(as.expression(anl_merged_input()$expr))
572
})
573
574
merged <- list(
0 commit comments