crunchAPI | R Documentation |
Main Crunch API handling function
crunchAPI(
http.verb,
url,
config = list(),
status.handlers = list(),
progress.handler = NULL,
...
)
http.verb |
character in GET, PUT, POST, PATCH, DELETE |
url |
character URL to do the verb on |
config |
list of config parameters. See httr documentation. |
status.handlers |
named list of specific HTTP statuses and a response
function to call in the case where that status is returned. Passed to the
|
progress.handler |
an optional function that resolves errors raised
during an async request. Passed to the |
... |
additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.