#' Check local data folder is up-to-date
#'
#' These functions have been moved to a separate package, see \link{https://github.com/bosefalk/datafolder}
datafolder_check <- function(stop_on_error = TRUE) {
stop("This function is no longer part of the CTUtools package, instead see https://github.com/bosefalk/datafolder and use datafolder::datafolder_check()")
}
#' Save data folder content list to sync to git
#'
#' These functions have been moved to a separate package, see \link{https://github.com/bosefalk/datafolder}
datafolder_update <- function() {
stop("This function is no longer part of the CTUtools package, instead see https://github.com/bosefalk/datafolder and use datafolder::datafolder_update()")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.