rrq_worker_info | R Documentation |
Returns a list of information about active workers (or exited
workers if worker_ids
includes them).
rrq_worker_info(worker_ids = NULL, controller = NULL)
worker_ids |
Optional vector of worker ids. If |
controller |
The controller to use. If not given (or |
A list of worker_info
objects
obj <- rrq_controller("rrq:example")
rrq_worker_info(controller = obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.