Skip to content

Read HTML

read_html()
Static web scraping (with xml2)
read_html_live()
Live web scraping (with chromote)
LiveHTML
Interact with a live web page

Extract data

html_attr() html_attrs()
Get element attributes
html_children()
Get element children
html_element() html_elements()
Select elements from an HTML document
html_name()
Get element name
html_table()
Parse an html table into a data frame
html_text() html_text2()
Get element text

Move from page to page

Miscellaneous helpers

minimal_html()
Create an HTML document from inline HTML
html_encoding_guess()
Guess faulty character encoding