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
___