geanders / noaastormevents

explore noaa storm database
14 stars 1 forks source link

If possible, use only `dplyr`, not `plyr`, in dependencies #7

Closed geanders closed 8 years ago

geanders commented 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.