markfairbanks / tidytable

Tidy interface to 'data.table'
https://markfairbanks.github.io/tidytable/
Other
449 stars 33 forks source link

Tidyverse 2 update #765

Closed PathosEthosLogos closed 1 year ago

PathosEthosLogos commented 1 year ago

https://www.tidyverse.org/blog/2023/08/teach-tidyverse-23

Seems like there are numerous changes, join_by() seems to be rather significant example.

inner_join(by = join_by(x == y))

Will there be an update for tidytable as well?

markfairbanks commented 1 year ago

Yep - I actually have an issue open for join_by() you can track here: https://github.com/markfairbanks/tidytable/issues/222

Let me know if there are other features you're looking to get added!