79104500

Date: 2024-10-19 08:36:57
Score: 0.5
Natty:
Report link

Thanks to @Andy Baxter in the comments. Here is an effective workaround.

> perf3 <- perf2 %>% 
+   select(first.half, second.half, t.reg.date2) %>% 
+   mutate(t.reg.date3=parse_date_time(paste0(first.half, second.half), "%Y-%m-%d", exact = TRUE)) 
Warning message:
There was 1 warning in `mutate()`.
ℹ In argument: `t.reg.date3 = parse_date_time(...)`.
Caused by warning:
!  43047 failed to parse. 
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @Andy
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Tom