Skip to content

Commit

Permalink
added checks to resolve issue with the outlier function (#778)
Browse files Browse the repository at this point in the history
Fixes #768
  • Loading branch information
PritDash authored Sep 13, 2024
1 parent 6527128 commit 2327679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
substitute(
expr = {
columns_index <- union(
setdiff(names(ANL_OUTLIER), "is_outlier_selected"),
setdiff(names(ANL_OUTLIER), c("is_outlier_selected", "order")),
table_columns
)
ANL_OUTLIER_EXTENDED[ANL_OUTLIER_EXTENDED$is_outlier_selected, columns_index]
Expand Down

0 comments on commit 2327679

Please sign in to comment.