fslr_maths_helpfile.R

#' @title fsl%opt% Help
#' @description This function calls \code{fslmaths}'s help, as 
#' \code{fsl%opt%} 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()){
#'  fsl%opt%.help() 
#' }
fsl%opt%.help = function(...){
  fslmaths.help(...)
}
muschellij2/fslr documentation built on Aug. 31, 2022, 8:47 p.m.