R/datafolder_check.R

Defines functions datafolder_update datafolder_check

Documented in datafolder_check datafolder_update

#' 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()")
}
bosefalk/CTUtools documentation built on Feb. 4, 2022, 4:10 p.m.