How to use rvest to create data frame from scraped website, preserving nested structure of data
Say that I use read_html_live()
from the rvest
package to pull some code that looks like this (I apologize that I couldn’t get the minimal_html
code to work, but I hope that I get the idea across):
How to use rvest to scrape, preserving nested structure of data
Say that I use read_html_live()
from the rvest
package to pull some code that looks like this (I apologize that I couldn’t get the minimal_html
code to work, but I hope that I get the idea across):