R/fct_check_traindata_fresh.R

Defines functions check_traindata_fresh

#' check_traindata_fresh 
#'
#' @description A function to retrieve training data time stamps.
#'
#' @return The return value, if any, from executing the function.
#'
#' @noRd

check_traindata_fresh <- function(path = index$path) {
  file.info(path)$ctime
}
FlorentBedecarratsNM/meal4cast documentation built on April 22, 2022, 12:27 p.m.