| rrq_worker_list | R Documentation | 
Returns the ids of active workers.  This does not include exited
workers; use rrq_worker_list_exited() for that.
rrq_worker_list(controller = NULL)
| controller | The controller to use.  If not given (or  | 
A character vector of worker names
obj <- rrq_controller("rrq:example")
rrq_worker_list(controller = obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.