Closed geanders closed 8 years ago
If we can, let's only use dplyr functions throughout, rather than using plyr functions. dplyr functions typically run much faster, at least in most of the examples I've worked on.
dplyr
plyr
If we can, let's only use
dplyr
functions throughout, rather than usingplyr
functions.dplyr
functions typically run much faster, at least in most of the examples I've worked on.