View source: R/enqueueCommand.R
enqueueCommand | R Documentation |
Enqueue a command that doesn't require a file or folder.
enqueueCommand(name, ...)
name |
command name; e.g. 'SGnew' |
... |
additional parameters for the command |
An empty file is created with the name paste0(TIMESTAMP, MOTUS_QUEUE_SEP, paste0(c(name, ...), collapse=MOTUS_QUEUE_SEP))
. This file is moved to the processing queue.
TRUE on success.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.