Get startedGet started for free

Importing the survey data

The survey dataset you'll be using for this chapter is saved as "survey_data.csv". Import the dataset and do an initial examination of the data you'll be working with.

This exercise is part of the course

HR Analytics: Exploring Employee Data in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Load the packages
___

Edit and Run Code