Nothing
#' 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)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.