Get startedGet started for free

case_when() from multiple columns

With data science being a new and rapidly growing field, there can be confusion about what defines a "data scientist." In some cases, especially for a data analyst, people might not have the title but they still identify themselves as data scientists. Let's look at whether there are differences in average job satisfaction depending on whether someone is a data analyst and how they self-define as a data scientist. The dataset multiple_choice_responses has been loaded for you.

This exercise is part of the course

Categorical Data in the Tidyverse

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

multiple_choice_responses %>%
    # Filter out people who selected Data Scientist as their Job Title
    ___(___)
Edit and Run Code