Showing posts with label tidyr. Show all posts
Showing posts with label tidyr. Show all posts

Saturday, November 08, 2014

spread doesn't work with dplyr::grouped_df

This bug caused several hours of my time. Hope it can get fixed soon. Meanwhile adding an extra step by changing it to a data.frame works fine.

Counter