Select all children of a list
Given the following ordered list (using the ol element), which is stored as list_raw_html:
- Learn HTML
- Learn CSS
- Learn R
- 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 <- ___