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
___