diff --git a/webscraping.qmd b/webscraping.qmd index 526829b..4f7a5cc 100644 --- a/webscraping.qmd +++ b/webscraping.qmd @@ -380,7 +380,7 @@ There's some risk that these examples may no longer work when you run them --- t ### StarWars rvest includes a very simple example in `vignette("starwars")`. -This is simple page with minimal HTML so it's a good place to start. +This is a simple page with minimal HTML so it's a good place to start. I'd encourage you to navigate to that page now and use "Inspect Element" to inspect one of the headings that's the title of a Star Wars movie. Use the keyboard or mouse to explore the hierarchy of the HTML and see if you can get a sense of the shared structure used by each movie.