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
library(dplyr, warn.conflicts=FALSE)
a<- data_frame(a=1)
names(a) <-"\u5e78"b<- data_frame(a=1)
names(b) <-"\u798f"
all.equal(a, b)
#> [1] "Cols in y but not x: �. Cols in x but not y: 幸. "
This will be easier to fix after #2388, look for get_cstring() -- perhaps this method should return string in native encoding.
The text was updated successfully, but these errors were encountered:
This will be easier to fix after #2388, look for
get_cstring()
-- perhaps this method should return string in native encoding.The text was updated successfully, but these errors were encountered: