Nothing
#' @title fslsub Help
#' @description This function calls \code{fslmaths}'s help, as
#' \code{fslsub} is a wrapper for \code{fslmaths}
#' @param ... passed to \code{\link{fslmaths.help}}
#' @return Prints help output and returns output as character vector
#' @export
#' @examples
#' if (have.fsl()){
#' fslsub.help()
#' }
fslsub.help = function(...){
fslmaths.help(...)
}
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.