powered by
This function calls fslview's help
fslview
fslview.help()
Prints help output and returns output as character vector
# NOT RUN { library(fslr) if (have.fsl()){ print(fsl_version()) in_ci <- function() { nzchar(Sys.getenv("CI")) } if (!in_ci()) { fslview.help() } } # }
Run the code above in your browser using DataLab