powered by
Request the platform. Thanks to an endpoint, the url and the API, you can create request.
pio_request(endpoint, method, data = NULL, upload = FALSE)
end of the url of the API call.
the method needed according the API (Available: POST, GET, DELETE).
object to upload when using method POST.
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) # } # NOT RUN { # }
Run the code above in your browser using DataLab