R/taskID.R

Defines functions taskID

Documented in taskID

#' Get task identifier string.
#' @param sep the field separator character, default: "/".
#' @inheritParams D4TAlink-common-args
#' @return String with task ID as:[sponsor][sep][project][sep][package][sep][task]
#' @export
taskID <- function(task,sep="/")
	paste(task$sponsor,task$project,task$package,task$task,sep=sep)

Try the D4TAlink.light package in your browser

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

D4TAlink.light documentation built on April 4, 2025, 1:02 a.m.