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 1aba9c5 commit a053e94Copy full SHA for a053e94
R/tm_missing_data.R
@@ -535,16 +535,9 @@ srv_missing_data <- function(id,
535
536
group_var <- input$group_by_var
537
anl <- data_r()
538
- qenv <- teal.code::eval_code(data(),
539
- substitute(expr = {
540
- library('dplyr')
541
- library('ggplot2')
542
- library('tidyr')
543
- library('forcats')
544
- library('glue')
545
- library('sparkline')
546
- })
547
- )
+ qenv <- teal.code::eval_code(data(), {
+ "library('dplyr');library('ggplot2');library('tidyr');library('forcats');library('glue')"
+ })
548
549
qenv <- if (!is.null(selected_vars()) && length(selected_vars()) != ncol(anl)) {
550
teal.code::eval_code(
0 commit comments