check_form_works: Check If The Form Is Sending Correctly

Description Usage Arguments Examples

Description

Check the HTTP status message is below 400, meaning that the transmission worked.

Usage

1

Arguments

r

response from HTTP POST request

Examples

1
2
3
4
5
## Not run: 
why_R_u_opensource("R is Cool!") %>% check_form_works()
# "All good."

## End(Not run)

googleformr documentation built on May 2, 2019, 11:10 a.m.