How to Make an Area Chart in R October 20, 2018 | Tim Ali Adding Data Before I can make a chart, I need to have some data. For this example, I will load a CSV data set which... [Read more...]
How to Make a Pie Chart in R October 12, 2018 | Tim Ali Adding Data All you need for a pie chart is a series of data representing counts or proportions, together with the corresponding labels. We first... [Read more...]
How to Sort Data in R September 8, 2018 | Tim Ali There are several different methods for sorting data in R. The best method depends on on the type of data structure you have. In R, you... [Read more...]
Automatically Write and Email Reports with R, SendGrid, & Displayr September 10, 2017 | Tim Ali This post explains how to use R to automatically write and send emails based on automatically computed analyses (yep, everything automated). This means that when analysis changes or is updated, the email body text changes... [Read more...]