tidyverse / rvest

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

Rename html_node to html_element? #298

Closed hadley closed 3 years ago

hadley commented 3 years ago

They can return other types of node if you use an xpath expression, but in the vast majority of cases you are extracting elements.