Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
On the data wrangling front, the guide provides some recipes for handling messy data. You'll learn how to transform data and add the resulting data as a new column to a data frame. There's also an extended look at restructuring data: transforming "wide" data to "long" data, and vice versa.
For visualizing data, there's a basic intro to the ggplot2 package and its grammar of graphics. There's also an in-depth tutorial on creating choropleths: geographics maps with regions shaded by data values.
And as an in-dept example of importing data, you'll learn how to use the Google Analytics API to download and prepare data on traffic to your website.
Finally, don't miss the comprehensive index of R packages for data import, data wrangling, and visualization.
To download the 72-page PDF (free by providing your email address) visit Computerworld at the link below.
Computerworld Crash Course: Advanced Beginner's Guide to R
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.