Hi guys. I guess someone changed some default R behaviour, which caused my entire code base on a large analysis to collapse
Error: (converted from warning) There were 2 warnings in `mutate()`.
The first warning was:
ā¹ In argument: `across(contains("COUNTER"), as.numeric)`.
Caused by warning:
! NAs introduced by coercion
In mutate there is no way (as far as i know) to explicitly treat NA values. I dont care in my specific cases that numeric values are turning to NA.
PLEASE, change it back to warning! It also changed in join_*
. what used to give a warning of relationship (many to many), now throws an error. fortunately, that is annoying but easy to fix by adding the relevant argument.
Thank you