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
I think during the change for the parameter name from value to na something went wrong. Although the parameter is listed as na`in the doc correctly, the following example raises an error:
x <- factor(c("a", "b", "c"))
x
set_na(x, na = "b", as.tag = TRUE)
Error in set_na(x, na = "b", as.tag = TRUE) :
argument "value" is missing, with no default
The text was updated successfully, but these errors were encountered:
Hi,
I think during the change for the parameter name from value to na something went wrong. Although the parameter is listed as na`in the doc correctly, the following example raises an error:
The text was updated successfully, but these errors were encountered: