Exercise 1: First steps
- Open
r-for-management-research.Rproj. - Run
R/check_setup.R. - Create objects called
students,weeks, andcourse_name. - Calculate the mean of
c(22, 25, 24, 29, 20). - Import
data/employee_survey.csvasemployees. - Use
glimpse(),head(), andsummary(). - Answer: How many rows and columns are present? What does one row represent?
- Save your work as
exercise-01.R.