Creating an animated Christmas tree in R
Published: December 24, 2024
In this short Christmassy blog we will show you how to use {ggplot2}, {sf} and {gganimate} to create a festive animation of a sparkling Christmas tree.
Published: December 24, 2024
In this short Christmassy blog we will show you how to use {ggplot2}, {sf} and {gganimate} to create a festive animation of a sparkling Christmas tree.
Published: August 17, 2023
Before you embark on your data science journey, it's crucial to equip yourself with the essential tools for data cleaning and preprocessing. Join us as we explore the vital role that data cleaning and preprocessing play in ensuring the quality and integrity of your datasets.
Published: May 18, 2023
If you've been using Excel for a while, then you've likely entered your comfort zone and remained there. Let's help you make the wise switch to R. In this blog, we will explore the various ways to handle dates in Excel and R.
Published: April 13, 2023
If you've been using Excel to create plots from your data for a while, you may have got to a point where you want more customisation options, or reproducibility. In this post, we discuss the differences between creating plots in Excel and using ggplot2 in R!
Published: February 23, 2023
Are you an Excel user who's considering switching over to using R? In this blog we'll use both to compare common data wrangling steps.