Code and slides for the talk "Exploratory Data Analysis with R" presented at the Portland Data User Group and Portland R User Group Meetups on January 21, 2015 and August 19, 2015.
http://www.meetup.com/Portland-Data-User-Group/events/218944940/
http://www.meetup.com/portland-r-user-group/events/224290472/
Theses slides were created with Slidify.
install.packages('devtools')
library('devtools')
install_github('ramnathv/slidifyLibraries')
install_github('ramnathv/slidify')
slidify('~/EDAwithR/index.Rmd')