Skip to content

Commit

Permalink
cleaner to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Oct 13, 2023
1 parent 90a77e3 commit e3453e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/derive_merged.R
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ derive_vars_merged <- function(dataset,
if (!is.null(missing_values)) {
missing_values_var <- get_new_tmp_var(add_data, prefix = "tmp_missing_flag")
} else {
missing_values_var <- missing_values
missing_values_var <- NULL
}
if (!is.null(missing_values_var)) {
add_data <- mutate(
Expand Down

0 comments on commit e3453e7

Please sign in to comment.