Skip to content

Commit

Permalink
updated to actually return the new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arrismo committed Oct 11, 2024
1 parent ddc5f66 commit a31110d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/date_time_parsing.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ log_date_time_parse <- function(.data, .fun){
cli_alert(" Original: {dates_char[failed_index]}")
cli_alert(" Parsed: NA")
}
parsed_dates
}







0 comments on commit a31110d

Please sign in to comment.