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
rename_with.data.frame() has unexpected results when .fn returns a factor -- or at least unexpected for me. Documentation does suggest that .fn should return a character vector, but I wouldn't expect factors to be coerced to integers first.
The coercion occurs within [<-, which could be replaced with vec_slice()?
rename_with.data.frame()
has unexpected results when.fn
returns afactor
-- or at least unexpected for me. Documentation does suggest that.fn
should return acharacter
vector, but I wouldn't expect factors to be coerced to integers first.The coercion occurs within
[<-
, which could be replaced withvec_slice()
?dplyr/R/rename.R
Line 69 in 434caa2
Created on 2022-11-23 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: