R/fsl_sqr.R

Defines functions fsl_sqr

Documented in fsl_sqr

#' @rdname fslsqr
#' @aliases fsl_sqr
#' @export
#' @note Functions with underscores have different defaults
#' and will return an output filename, so to be used for piping
fsl_sqr = function(
  ...,
  outfile = tempfile(fileext = ".nii.gz"),
  retimg = FALSE
) {
  fslsqr(..., outfile = outfile, retimg = retimg)
  return(outfile)
}

Try the fslr package in your browser

Any scripts or data that you put into this service are public.

fslr documentation built on Aug. 25, 2022, 5:07 p.m.