Exercise

Importing the pay data

In this chapter you will analyze the salaries of new hires and current employees to determine whether new hires are earning more. The salary dataset for this chapter is saved as fair_pay_data.csv. Import the dataset and do an initial examination.

Instructions 1/2

undefined XP
    1
    2
  • Load the dplyr and readr packages.
  • Import "fair_pay_data.csv" and assign it to pay.
  • Use summary() to get an overview of the pay data.