#' Moddicom Conformance Checker
#'
#' @description to check if the filesystem, dicom, nifti files are compatible with the moddicom's requirements
#' @export
#' @import stringr
MDCC<-function() {
folderContent <- function() {
}
return( list( "folderContent" = folderContent
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.