removeJob | R Documentation |
Remove Redis keys associated with one or more doRedis jobs
removeJob(job)
job |
Either a named character vector with "queue" and "id" entries corresponding to a doRedis
job queue and job id, or a list with equal-length "queue" and "id" entries, or a data frame with
"queue" and "id" entries, for example as returned by |
NULL
is invisibly returned; this function is used for its side effect–in particular, removing all Redis keys associated with the specified job.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.