You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Errorin `[[<-.data.frame`(`*tmp*`, var, value=logical(0)) :replacementhas0rows, datahas5
I think the function return the data with all possible replacements, and throw an informative warning about replacement variables that do not exist in the data.
I will work on a PR for this.
The text was updated successfully, but these errors were encountered:
replace_with_na
throws an error when at least one of thereplace
list elements doesn't exist in the data, even if other elements do exist.This gives
I think the function return the data with all possible replacements, and throw an informative warning about replacement variables that do not exist in the data.
I will work on a PR for this.
The text was updated successfully, but these errors were encountered: