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

Select all children of a list

Given the following ordered list (using the ol element), which is stored as list_raw_html:


  1. Learn HTML
  2. Learn CSS
  3. Learn R
  4. Scrape everything!*

*Do it responsibly!


In this exercise, you'll learn to apply the rvest function that allows you to directly select children of a certain node.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Web Scraping in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Read in the corresponding HTML string
list_html <- ___
कोड संपादित करें और चलाएँ