issues
search
bioconnector
/
workshops
Bioconnector Workshops
http://bioconnector.github.io/workshops
Other
32
stars
40
forks
source link
fix issues with dplyr homework on yeast data
#7
Closed
stephenturner
closed
8 years ago
stephenturner
commented
8 years ago
[x]
dplyr 0.5.0
introduces a breaking change with distinct(): now only keeps the distinct variables. If you want to return all variables (using the first row for non-distinct values) use
.keep_all = TRUE
[x] ambiguous q10.
stephenturner
commented
8 years ago
See also #2
.keep_all = TRUE