Just a default path.

tmuxActiveRunningPath(
  activeRunningPath = NULL,
  queue_path,
  prefix = "logs",
  suffix = queue_path
)

Arguments

activeRunningPath

Optional character path. If NULL (default), derived from prefix and queue_path.

queue_path

Character. Path to the queue .rds file, used to derive the default path.

prefix

Character. Directory prefix for the path. Default "logs".

suffix

Character. Suffix used in the path. Defaults to queue_path.

Value

The default path.