I'm new to R. I get a factor level error when trying to run these lines of what appears to be very simple code:
Attendance_1415 <- merge(Locations_1415, Absences_1415,by=c("Employee_ID","Date"), all.x=TRUE)
Attendance_1415 <- merge(Attendance_1415, PayCodes_1415, by=c("Employee_ID","Date"), all.x=TRUE)