ianmcook / tidyquery

Query R data frames with SQL
Apache License 2.0
167 stars 12 forks source link

Add function show_dplyr() #8

Closed ianmcook closed 4 years ago

ianmcook commented 4 years ago

Add a function show_dplyr() that prints the resulting dplyr code instead of running it.

ianmcook commented 4 years ago

The current implementation of show_dplyr() has the following known issue:

ianmcook commented 4 years ago

I documented the argument truncation behavior and added a test for it in c1aee8c.

ianmcook commented 4 years ago

I opened an rlang PR to control the truncation behavior https://github.com/r-lib/rlang/pull/897

ianmcook commented 4 years ago

I made changes to prepare for r-lib/rlang#897 in 77c12a4