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 thought that being in the group of set operations, setequal() would deem things like, say, mtcars and bind_rows(mtcars, mtcars) as equal, but it doesn´t.
i suppose this is the intended behavior, but in that case: Souldn´t this be explained somewhere in the documentation? My apologies if it already is, as I was unable to find it.
Taking into account that Rbase behavior in vectors ignores duplicates (and so bind_rows(mtcars,mtcars)[[1]] and mtcars[[1]] are equal) I think this clarification would be useful.
The text was updated successfully, but these errors were encountered:
I thought that being in the group of set operations, setequal() would deem things like, say, mtcars and bind_rows(mtcars, mtcars) as equal, but it doesn´t.
i suppose this is the intended behavior, but in that case: Souldn´t this be explained somewhere in the documentation? My apologies if it already is, as I was unable to find it.
Taking into account that Rbase behavior in vectors ignores duplicates (and so bind_rows(mtcars,mtcars)[[1]] and mtcars[[1]] are equal) I think this clarification would be useful.
The text was updated successfully, but these errors were encountered: