НачатьНачать бесплатно

Selecting columns

Select the following four columns from the counties variable:

  • state
  • county
  • population
  • poverty

You don't need to save the result to a variable.

Это упражнение является частью курса

Data Manipulation with dplyr

Посмотреть курс

Инструкции к упражнению

  • Select the columns listed from the counties variable.

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

counties %>%
  # Select the columns
  ___
Редактировать и запускать код