http-methods {crunch} | R Documentation |
HTTP methods for communicating with the Crunch API
Description
These methods let you communicate with the Crunch API, for more background see Crunch Internals.
Usage
crGET(url, config = list(), ...)
crPUT(url, config = list(), ..., body)
crPATCH(url, config = list(), ..., body)
crPOST(url, config = list(), ..., body)
crDELETE(url, config = list(), ...)
Arguments
url , config , body , ... |
see |
Value
Depends on the response status of the HTTP request and any custom handlers.
[Package crunch version 1.30.4 Index]