R/load_fv.R

Defines functions load_fv

Documented in load_fv

#' load stuff
#'
#' @param file path for RDS file
#'
#' @return
#' @export
#'
#' @examples
load_fv<- function(file="../favorita_grocery_sales_forecasting/data/fv.rds"){
  fv = readRDS(file = file)
}
sorhawell/favorita documentation built on May 23, 2019, 4:26 p.m.