#' Is a simulation missing?
#'
#' @param folder Path to the folder
#'
#' @export
is_missing <- function(folder) {
# A simulation is missing if no data files are available
length(grep("\\.dat$", list.files(folder))) == 0
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.