pio_request | R Documentation |
Request the platform. Thanks to an endpoint, the url and the API, you can create request.
pio_request(endpoint, method, data = NULL, upload = FALSE)
endpoint |
end of the url of the API call. |
method |
the method needed according the API (Available: POST, GET, DELETE). |
data |
object to upload when using method POST. |
upload |
used parameter when uploading dataset (for encoding in API call), don't use it. |
list - response from the request.
## Not run: pio_request(paste0('/jobs/', experiment$jobId), DELETE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.