tidyverse / rvest

Simple web scraping for R
https://rvest.tidyverse.org
Other
1.49k stars 341 forks source link

Fix typo in read_html_live() docs #389

Closed MattCowgill closed 8 months ago

MattCowgill commented 8 months ago

The first example in the read_html_live() docs is a deliberately non-working example of scraping a dynamic site.

However, it referred to the sess object (created later in the example) rather than the static object, which is what I believe was intended.

This tiny PR fixes this apparent typo.

MattCowgill commented 8 months ago

Closes https://github.com/tidyverse/rvest/issues/391

hadley commented 8 months ago

Thank you!