Most any book/introduction/summary by I have read by Hadley Wickham I found very useful - I just find his writing style very approachable.
I have recently started using this book:
Boehmke BC. Data Wrangling with R. Cham, Switzerland: Springer; 2016. (Part of the Springer Use R! series.)
which I really like. "Transforming you datar with dplyr" is only one chapter, but Boehmke covers a lot of aspects of contemporary data handling/manipulation (such as "scraping data" from the World Wide Web with R). Of course, reshaping data with tidyr is also covered as well as the pipe operator %>% and other features that will make your data wrangling tasks more enjoyable!
Fridtjof
------------------------------
Fridtjof Thomas, Ph.D.
Associate Professor Division of Biostatistics
Department of Preventive Medicine
University of Tennessee Health Science Center
fthomas4@uthsc.edu------------------------------
Original Message:
Sent: 06-15-2017 09:36
From: Mingshu Huang
Subject: dplyr book
Hi Enayet,
I second Justin and Edwards on Wickham's book. Also you can look at the dplyr part in this website:
http://tidyverse.org
Wickham has developed a series of really useful packages that share similar grammar, dplyr being one of them. You may find the other packages such as ggplot2, lubridate and stringr useful someday too! Enjoy!
------------------------------
Mingshu Huang
------------------------------
Original Message:
Sent: 06-14-2017 20:01
From: Enayetur Raheem
Subject: dplyr book
Hi
Would you please share the most comprehensive book/site with examples on dplyr ?
Thanks a lot
Enayet