#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.