Description Usage Arguments Details Value See Also Examples
Deletes data and output associated with a job on CIPRES's server (or cancel a job if it's still running.)
1  | cipres_delete_job(handle, verbose = TRUE, ...)
 | 
handle | 
 The job identifier  | 
verbose | 
 Should a message be printed if the deletion/cancellation is successful?  | 
... | 
 arguments to customize the API call. These arguments are passed to the appropriate   | 
Given a job handle, deletes data and output associated with the job. If the job hasn't completed, it will abort it and deletes the data and output.
TRUE if the deletion/cancellation was succesfull,
FALSE otherise.
Other job.controls: cipres_job_status,
cipres_list_jobs
1 2 3 4 5  | ## Not run: 
### Deletes the 5 oldest jobs. Be careful, there is no undo!
### sapply(cipres_list_jobs()$title[1:5], cipres_delete_jobs)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.