शुरू करेंमुफ़्त में शुरू करें

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
  ___
कोड संपादित करें और चलाएँ