Business.Max.Jobs <- MT_PPP %>% group_by(BusinessName, JobsRetained) %>% tally(JobsRetained, sort =TRUE)
This is the code that I have , so far I have it to where it lists the number of jobs retained for every single business name in my dataset. Is there a way to only display the business names that have the maximum number of jobs retained?