R/download_det2_data.R

#' @title Download DET2 Image Filenames
#'
#' @description Download the files for the DET2 images
#' @param ... arguments to pass to \code{\link{download_kirby21_data}},
#' \code{modalities = "DET2"} so it cannot be specified
#' @return Indicator if the data is downloaded.
#' 
#' @export
#' @importFrom kirby21.base download_kirby21_data all_modalities
download_det2_data =  function(...) {  
  x = kirby21.base::download_kirby21_data(modality = "DET2", ...)
  return(x)
}
muschellij2/kirby21.det2 documentation built on May 23, 2019, 9:52 a.m.