Skip to content

tidyquery 0.2.0

Compare
Choose a tag to compare
@ianmcook ianmcook released this 20 Jan 18:31
· 94 commits to master since this release
  • Works with the dtplyr package (a data.table backend for dplyr) (#6)
  • Accepts two-table joins that use SQL-92-style (explicit) join syntax (#7)
  • Includes new function show_dplyr() to print dplyr code instead of running it (#8)
  • Generates simpler, shorter dplyr code in many cases (#9)
  • Continuous integration and coverage tests
  • Minor bugfixes and improvements