yell_if_error | R Documentation |
yell_if_error(response, url, un, pw, pid = NULL, fid = NULL)
response |
A httr response object |
url |
A URL (character) |
un |
A username (character) |
pw |
A password (character) |
pid |
A project ID (numeric, optional) |
fid |
A form ID (character, optional) |
A wrapper around httr::stop_for_status
with a more helpful error
message.
Examples: see tests for project_list
.
This function is used internally but may be useful for debugging and
ruODK
development.
The response object
Other ru_settings:
odata_svc_parse()
,
parse_odkc_version()
,
ru_settings()
,
ru_setup()
,
semver_gt()
,
semver_lt()
,
yell_if_missing()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.