upload_info {sevenbridges} | R Documentation |
Returns the upload information for the ongoing upload.
upload_info(token = NULL, upload_id = NULL, ...)
token |
auth token |
upload_id |
ID of the upload |
... |
parameters passed to api function |
parsed list of the returned json
token <- "your_token" ## Not run: req <- upload_info(token, upload_id = "your_upload_id")