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

session() is.session() session_jump_to() session_follow_link() session_back() session_forward() session_history() session_submit()

Simulate a session in web browser

html_form() html_form_set() html_form_submit()

Parse forms and set values

Miscellaneous helpers

minimal_html()

Create an HTML document from inline HTML

html_encoding_guess()

Guess faulty character encoding