Selecting columns
Select the following four columns from the counties variable:
statecountypopulationpoverty
You don't need to save the result to a variable.
Ця вправа є частиною курсу
Data Manipulation with dplyr
Інструкції до вправи
- Select the columns listed from the
countiesvariable.
Інтерактивна практична вправа
Спробуйте виконати цю вправу, доповнивши цей зразок коду.
counties %>%
# Select the columns
___