enqueue | R Documentation |
Add a file or folder to the server queue.
enqueue(path, part1, ...)
path |
the full path to the file or directory. |
part1 |
if present, a string to add to the name of the new path. |
... |
if present, additional strings to add to the name of the new path. |
Items specified in part1
and ...
are appended
to the path, separated by MOTUS_QUEUE_SEP (defaults to ',').
After this call, the file or directory will no longer exist at the same location, but will be moved into the server's incoming directory. Also, the path to the item's new location will be appended to the global variable MOTUS_QUEUE.
the new value of MOTUS_QUEUE (invisibly).
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
server
## Not run:
enqueue("/tmp/mytmpurlfile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.