Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EeethB committed Nov 28, 2023
1 parent fd57b2f commit cd65f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/type.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ xportr_type <- function(.df,
is_correct <- sapply(meta_ordered[["type.x"]] == meta_ordered[["type.y"]], isTRUE)
# Use the original variable iff metadata is missing that variable
correct_type <- ifelse(is.na(meta_ordered[["type.y"]]), meta_ordered[["type.x"]], meta_ordered[["type.y"]])
browser()

# Walk along the columns and coerce the variables. Modifying the columns
# Directly instead of something like map_dfc to preserve any attributes.
walk2(
Expand Down

0 comments on commit cd65f02

Please sign in to comment.