removeQ | R Documentation |
Redis keys beginning with the queue
name are removed.
Removing the work queue signlas to local and remote R workers to exit.
removeQ(
queue = getOption("future.redis.queue", "{{session}}"),
config = redis_config()
)
queue |
Redis key name of the task queue (Redis list) |
config |
Redis config |
NULL is silently returned (this function is evaluated for the side-effect of altering Redis state).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.