1. Learn
  2. /
  3. Courses
  4. /
  5. Data Manipulation with dplyr

Exercise

Filtering for conditions

You use the filter() verb to get only observations that match a particular condition, or match multiple conditions.

Instructions 1/2

undefined XP
  • 1

    Find only the counties that have a population above one million (1000000).

  • 2

    Find only the counties in the state of California that also have a population above one million (1000000).