R/fsl_index.R

Defines functions fsl_index

Documented in fsl_index

#' @rdname fslindex
#' @aliases fsl_index
#' @export
#' @note Functions with underscores have different defaults
#' and will return an output filename, so to be used for piping
fsl_index = function(
  ...,
  outfile = tempfile(fileext = ".nii.gz"),
  retimg = FALSE
) {
  fslindex(..., outfile = outfile, retimg = retimg)
  return(outfile)
}
neuroconductor-releases/fslr documentation built on Nov. 14, 2020, 11:55 p.m.