R/getJobLocation.R

Defines functions getJobLocation

Documented in getJobLocation

#' Get the physical location of job files on the hard disk.
#' @template arg_reg
#' @template arg_ids
#' @export
#' @return [\code{character}] Vector of directories.
getJobLocation = function(reg, ids) {
  checkRegistry(reg)
  getJobDirs(reg, ids)
}

Try the BatchJobs package in your browser

Any scripts or data that you put into this service are public.

BatchJobs documentation built on March 21, 2022, 5:05 p.m.