Skip to content

Commit ee7f4b6

Browse files
committed
Merge branch '495_plot_missing@main' of github.com:insightsengineering/teal.modules.general into 495_plot_missing@main
2 parents ea38ac1 + dda7615 commit ee7f4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_missing_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)