Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/720_remove_replace_emptys_with_n…
Browse files Browse the repository at this point in the history
…a@main' into 720_remove_replace_emptys_with_na@main
  • Loading branch information
edelarua committed Dec 9, 2022
2 parents ae6b497 + 18e7ad4 commit 32a767f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/df_explicit_na.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ df_explicit_na <- function(data,
}

if (is.factor(xi) || is.character(xi)) {

# Handle empty strings and NA values.
xi <- explicit_na(sas_na(xi), label = na_level)

Expand Down
1 change: 0 additions & 1 deletion R/logistic_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ logistic_summary_by_flag <- function(flag_var) {
summarize_logistic <- function(lyt,
conf_level,
drop_and_remove_str = "") {

# checks
checkmate::assert_string(drop_and_remove_str)

Expand Down

0 comments on commit 32a767f

Please sign in to comment.