ПочатиПочніть безкоштовно

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
  ___
Редагувати та запускати код