Importing RDS files in R
In this section, you will develop mainly R code. We will provide you with various examples to demonstrate the concepts. First, we will give you an overview of what we are going to do, outlining the steps involved. Then, we will proceed to walk you through the process, explaining each step in detail. If you have little experience with R, you should familiarize yourself with the data structures that R provides by starting with this quickstart: http://bit.ly/r-data-struct-quickstart. Take a look at the References section for more in-depth information.
A brief introduction to Tidyverse
A data scientist using R as an analytical language for data analysis and data science must know the set of packages that goes by the name of Tidyverse (https://www.tidyverse.org). It provides everything needed for data wrangling and data visualization, giving the analyst a consistent approach to the entire ecosystem of packages it provides. In this way, it tries to heal the initial...