submit_form {rvest} | R Documentation |
Submit a form back to the server.
submit_form(session, form, submit = NULL, ...)
session |
Session to submit form to. |
form |
Form to submit |
submit |
Name of submit button to use. If not supplied, defaults to first submission button on the form (with a message). |
... |
Additional arguments passed on to |
If successful, the parsed html response. Throws an error if http request fails.