- Download the benefits data from the course webpage. Note that this data is in .xlsx format. Try to load this data into R using the function
read_excel function from the readxl package (remember to specify the correct path/set your working directory accordingly)
- Get a subset of the individuals that had more than 10 years of tenure and lost their job because the position was abolished. Hint: use
subset() and pipes from the dplyr package.
- Further explore the dataset, make plots, summaries, check values, etc.