I am very new to R programming and programming in general. Currently working on a small project.
I have 47 different 'job titles' in a column named "Work_Titles" and I want to group them to "emp_class".
For eg: all job titles named:
"VP Human Resources", "VP Finance", "CEO" -> emp_class "Excecutive_Titles"
"Meats Manager", "Stores Manager", "Produce Manager" -> emp_class "cL_managers"
Plan is to after categorizing them, I would like to
- give them a standard salary for each "emp_class"
- find out how many "terminations" have been happening in each "emp_class".
Any kind of help and advice is very much welcome as I am totally lost.