R/last_pipeline.R

Defines functions last_pipeline

Documented in last_pipeline

#' Get most recent pipeline
#'
#' @return top level file path of the most recently modified pipeline
#' @export
#'
#'
last_pipeline <-function(){
    args = "last-pipeline"
    if ( !file.exists( get_BLJ_PROJ() ) ){
        message("This method depends on the BLJ_PROJ variable.")
    }
    callBioLockJApi(args, useProj=TRUE)
}
BioLockJ-Dev-Team/BioLockR documentation built on March 9, 2021, 10:43 p.m.