SebKrantz / collapse

Advanced and Fast Data Transformation in R
https://sebkrantz.github.io/collapse/
Other
627 stars 33 forks source link

`join` documentation mistake #600

Closed kylebutts closed 3 weeks ago

kylebutts commented 1 month ago

I think union should be intersection, right? If you include any columns that aren't in both x and y, it will error out. https://github.com/SebKrantz/collapse/blob/0e4454b623cb112a9e45e5f43f3738eee277568c/man/join.Rd#L32

SebKrantz commented 1 month ago

Correct, thanks. I'll fix it asap.