Skip to content

Commit f9a7d98

Browse files
committed
update agg removal message
1 parent be1e2b1 commit f9a7d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/R/contingency_aggregate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ post_process_aggs <- function(df, aggregations, cw_list) {
171171
!mapply(aggregations$group_by,
172172
FUN=function(x) {col_var %in% x}), ]
173173
msg_plain(paste0(
174-
col_var, " is not defined. Removing all aggregations that use it. ",
174+
col_var, " is not available or not defined. Removing all aggregations that use it. ",
175175
nrow(aggregations), " remaining")
176176
)
177177
}

0 commit comments

Comments
 (0)