Skip to content

Commit

Permalink
fix: result for else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpp7 committed Sep 11, 2023
1 parent 43c45ba commit b82b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/one_to_one_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ one_to_one_check <- function(df, field_x, field_y) {
} else {

warning("--------> Either the field_x and field_y arguments are not character strings, OR they are not fields in df OR df is not a data frame <--------")

result <- NULL
}

return(result)
Expand Down

0 comments on commit b82b1c2

Please sign in to comment.