Skip to content

Commit 0b98cf4

Browse files
committed
chore: code improvement
1 parent 3efb13a commit 0b98cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/tm_outliers.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,11 +889,11 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
889889

890890
# Cumulative distribution plot
891891
cumulative_plot_q <- reactive({
892-
ANL <- common_code_q()[["ANL"]]
893-
ANL_OUTLIER <- common_code_q()[["ANL_OUTLIER"]]
894-
895892
qenv <- common_code_q()
896893

894+
ANL <- qenv[["ANL"]]
895+
ANL_OUTLIER <- qenv[["ANL_OUTLIER"]]
896+
897897
outlier_var <- as.vector(merged$anl_input_r()$columns_source$outlier_var)
898898
categorical_var <- as.vector(merged$anl_input_r()$columns_source$categorical_var)
899899

0 commit comments

Comments
 (0)