View source: R/makeQueuePath.R
makeQueuePath | R Documentation |
Create a filename or folder for the motus processing queue.
makeQueuePath(..., isdir = TRUE, dir = MOTUS_PATH$TMP, create = TRUE)
... |
additional components for the file or folder name |
isdir |
boolean scalar: if TRUE, the default, a temporary folder is created; otherwise, a file is created |
dir |
path to folder in which to create new folder or file;
default: |
create |
if TRUE (the default), create the folder or (empty) file before returning. |
The name for the new path is a timestamp with any additional
components specified in ...
pasted afterward, separated by MOTUS_QUEUE_SEP
which defaults to ',' (comma); e.g. 2016-09-14T00-43-29.586886,dta
the path to the new file or folder
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.