CommencerCommencer gratuitement

Working with high-paid R&D candidates

The vacancies in our dataset come from different departments and concern different types of contracts and salaries. Let's zoom in on a specific segment: high-paid R&D staff.

When filtering on specific attributes, dplyr's filter command is most useful.

Cet exercice fait partie du cours

Business Process Analytics in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Filter for the R&D department with salary over 100k
high_paid <- vacancies %>% 
  ___(___ == ___, ___ == ___) 

# Calculate resource frequencies at the resource level
high_paid %>% 
  ___
Modifier et exécuter le code