Description Usage Arguments Value Examples
Abort the upload; all upload records and the file are deleted.
1 | upload_delete(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
1 2 3 4 | token <- "your_token"
## Not run:
req <- upload_delete(token, upload_id = "your_upload_id")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.