79703298

Date: 2025-07-16 10:55:26
Score: 0.5
Natty:
Report link

Just in case someone else needs it, for the second bit of the code provided by the user, this would be the correction:

From:

mutate_all(~na_if(.,""))

To:

mutate_all(~na_if(as.character(.),""))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A.Mstt