Skip to content

Commit

Permalink
bring back AVALU column for ANL dataset in correlationplot (#307)
Browse files Browse the repository at this point in the history
Closes #294
  • Loading branch information
m7pr committed Sep 16, 2024
1 parent 09bc046 commit 404a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_g_gh_correlationplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ srv_g_correlationplot <- function(id,
dplyr::filter(.data[[.(param_var)]] %in% union(.(input$xaxis_param), .(input$yaxis_param))) %>%
dplyr::select(
.(c(
"USUBJID", input$trt_group, "AVISITCD", param_var, "PARAM", input$xaxis_var, input$yaxis_var,
"USUBJID", input$trt_group, "AVISITCD", param_var, "PARAM", input$xaxis_var, input$yaxis_var, "AVALU",
"LOQFL", "LBSTRESC", unique(c(input$hline_vars, input$vline_vars))
))
)
Expand Down

0 comments on commit 404a346

Please sign in to comment.