html_form: Parse forms in a page.

Description Usage Arguments See Also Examples

Description

Parse forms in a page.

Usage

1

Arguments

x

A node, node set or document.

See Also

HTML 4.01 form specification: http://www.w3.org/TR/html401/interact/forms.html

Examples

1
2
3
4
5
html_form(read_html("https://hadley.wufoo.com/forms/libraryrequire-quiz/"))
html_form(read_html("https://hadley.wufoo.com/forms/r-journal-submission/"))

box_office <- read_html("http://www.boxofficemojo.com/movies/?id=ateam.htm")
box_office %>% html_node("form") %>% html_form()

Zyufei/Rstudy documentation built on May 19, 2019, 4:04 p.m.