Hi,
I use both tidyr and dplyr. I have an intuitive sense of how the two packages are different, and I have noticed that most of my projects are more tidyr heavy in the beginning. Nevertheless, I occasionally have difficulties remembering what function belongs to which package (e.g. drop_na() )
Can someone give me a short description of how the two packages are different in terms of the tasks they are designed to solve?
Thanks