http-methods | R Documentation |
These methods let you communicate with the Crunch API, for more background see Crunch Internals.
crGET(url, config = list(), ...)
crPUT(url, config = list(), ..., body)
crPATCH(url, config = list(), ..., body)
crPOST(url, config = list(), ..., body)
crDELETE(url, config = list(), ...)
url , config , body , ... |
see |
Depends on the response status of the HTTP request and any custom handlers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.