File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1171,7 +1171,7 @@ srv_missing_data <- function(id,
11711171
11721172 # convert to ggplot
11731173 if (! is.null(group_vals )) {
1174- ANL_q <- within(qenv , # nolint object_name_linter
1174+ ANL_q <- within(qenv , # nolint object_name_linter
11751175 {
11761176 keep_columns <- intersect(c(keys , group_var ), colnames(ANL ))
11771177 labels <- vapply(ANL , formatters :: obj_label , character (1L ))
@@ -1190,7 +1190,7 @@ srv_missing_data <- function(id,
11901190 group_vals = group_vals
11911191 )
11921192 } else {
1193- ANL_q <- within(qenv , # nolint object_name_linter
1193+ ANL_q <- within(qenv , # nolint object_name_linter
11941194 {
11951195 keep_columns <- intersect(c(keys , group_var ), colnames(ANL ))
11961196 labels <- vapply(ANL , formatters :: obj_label , character (1L ))
You can’t perform that action at this time.
0 commit comments