tidyverse / rvest

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

add html_attrs_dfr() mapper #273

Closed dmi3kno closed 3 years ago

dmi3kno commented 4 years ago

This is new function which is a mapper over nodeset returning html_attrs() as a data frame (along with text). Closing #272 .

dmi3kno commented 3 years ago

Agree that this function is not essential