library(tidyverse)
library(readr)
##Class Activity from Feb 4 This is the data in class assignment from Feb 4th.
##
## -- Column specification --------------------------------------------------------
## cols(
## .default = col_double(),
## Attrition = col_character(),
## BusinessTravel = col_character(),
## Department = col_character(),
## EducationField = col_character(),
## Gender = col_character(),
## JobRole = col_character(),
## MaritalStatus = col_character(),
## Over18 = col_character(),
## OverTime = col_character()
## )
## i Use `spec()` for the full column specifications.