Nothing
#' @title Download fMRI Image Filenames
#'
#' @description Download the files for the fMRI images
#' @param ... arguments to pass to \code{\link{download_kirby21_data}},
#' \code{modalities = "fMRI"} so it cannot be specified
#' @return Indicator if the data is downloaded.
#'
#' @export
#' @importFrom kirby21.base download_kirby21_data all_modalities
download_fmri_data = function(...) {
x = kirby21.base::download_kirby21_data(modality = "fMRI", ...)
return(x)
}
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.