powered by
Submit a form back to the server.
submit_form(session, form, submit = NULL, ...)
Session to submit form to.
Form to 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 httr::GET() or httr::POST()
httr::GET()
httr::POST()
If successful, the parsed html response. Throws an error if http request fails. To access other elements of response, construct it yourself using the elements returned by submit_request.
submit_request
# NOT RUN { test <- google_form("1M9B8DsYNFyDjpwSK6ur_bZf8Rv_04ma3rmaaBiveoUI") f0 <- html_form(test)[[1]] f1 <- set_values(f0, entry.564397473 = "abc") # }
Run the code above in your browser using DataLab