In Part 3 of this series we will explore some more variations to our Sales Dashboard in R and introduce new ways of visualizing sales related data with qplot and ggplot2. If you haven’t done it yet, it is recommended to read Part 1 and Part 2 first.
Sales Dashboard in R with qplot and ggplot2 – Part 2
In Part 1 of this series we moved the first steps into building our Sales Dashboard in R. In this Part 2 we explore additional ways to display sales related data.
Sales Dashboard in R with qplot and ggplot2 – Part 1
In a previous post about creating Pivot Tables in R with melt and cast we covered a simple way to generate sales reports and summary tables from a data set consisting of orders. It is often said that a picture is worth 1000 words, so in this series of posts we will focus on how to create visual representations and summaries of the same data.
Import data into R from Mac OS X clipboard
Did you know that it is possible to import (read) data into R directly from Mac OS X clipboard? Actually it is easier than it looks like, provided that you know how to address the Mac clipboard within the read.table function.
The trick is to use pipe files. Pipe files in R can be addressed through the pipe function. Next you need to know the proper name of the pipe file that corresponds to the Mac clipboard, which is “pbpaste”.
Adding Bootstrap 3.0 support to your WordPress theme
In a previous series of posts, we had the chance to build a Really Minimal theme for WordPress 3.5 and higher. In case you missed those posts, you will find a link to them at the end of this article. I recommend you get yourself familiar with them before reading on.
As you recall, the theme we built was indeed minimal and it missed in particular any kind of styling. The recent release of Bootstrap 3.0 by Twitter gives us the chance to style our theme and, as a bonus, to turn it into a responsive design.