https://github.com/hadley/dplyr
Raw File
Tip revision: d9b59e73ef9ddcfcc7250c2e8454ad8622b9bc69 authored by Kirill Müller on 16 September 2017, 14:55:10 UTC
build on three flavors of R
Tip revision: d9b59e7
ISSUE_TEMPLATE.md
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form, but instead ask on the mailing list <https://groups.google.com/forum/#!forum/manipulatr> or http://stackoverflow.com.

Please include a minimal reprex. The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it. If you've never heard of a reprex before, start by reading <https://github.com/jennybc/reprex#what-is-a-reprex>, and follow the advice further down the page. Do NOT include session info unless it's explicitly asked for, or you've used `reprex::reprex(..., si = TRUE)` to hide it away.  

Delete these instructions once you have read them.

---

Brief description of the problem

```r
# insert reprex here
```
back to top