#' install cwltool
#'
#' To download and install cwltool using basilisk
#' @export
install_cwltool <- function(){
cl <- basiliskStart(env_Rcwl)
basiliskStop(cl)
return(Sys.which("cwltool"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.