makeQueuePath: Create a filename or folder for the motus processing queue.

Description Usage Arguments Details Value Author(s) See Also

View source: R/makeQueuePath.R

Description

Create a filename or folder for the motus processing queue.

Usage

1
makeQueuePath(..., isdir = TRUE, dir = MOTUS_PATH$TMP, create = TRUE)

Arguments

...

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: MOTUS_PATH$TMP

create

if TRUE (the default), create the folder or (empty) file before returning.

Details

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

Value

the path to the new file or folder

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm

See Also


jbrzusto/motusServer documentation built on May 19, 2019, 8:19 a.m.