
Transform Data with dplyr
In this post, we will be exposed to tools for wrangling and manipulating data in R. Let’s begin by loading the libraries we will be using. We will use the dplyr package and the gapminder package. dplyr is for manipulating the data and gapminder provides the dataset. You can look at the data briefly by […]