WinVector / seplyr

Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
https://winvector.github.io/seplyr/
Other
49 stars 12 forks source link

complete_se #2

Closed graphdr closed 6 years ago

graphdr commented 6 years ago

I'm using seplyr functions in a package I'm creating and found I could use a complete_se() function. Using your "se" functions as a guide, I created a standard evaluation interface for tidyr::complete().

JohnMount commented 6 years ago

That is great, thanks. Also thanks for the typo correction in the description. merging now.

graphdr commented 6 years ago

Cool. This was my first pull request. Happy it went smoothly.

JohnMount commented 6 years ago

Thanks again for contributing the pull request. From my point of view what made it easy to accept is it was small and it included a worked example. Great job.