upload_info: Returns upload information for the ongoing upload

Description Usage Arguments Value Examples

View source: R/api-misc.R

Description

Returns the upload information for the ongoing upload.

Usage

1
upload_info(token = NULL, upload_id = NULL, ...)

Arguments

token

auth token

upload_id

ID of the upload

...

parameters passed to api function

Value

parsed list of the returned json

Examples

1
2
token <- "your_token"
## Not run: req <- upload_info(token, upload_id = "your_upload_id")

sevenbridges documentation built on March 25, 2021, 6 p.m.