R/load_forecasts_repo.R
get_forecast_file_path.Rd
Generate paths to forecast files submitted on a range of forecast dates from selected models
get_forecast_file_path(
models,
file_path,
forecast_dates,
latest = FALSE,
verbose = TRUE
)
character vector of model abbreviations.
path to local clone of the reichlab/covid19-forecast-hub/data-processed
date vector to look for forecast files
boolean to only generate path to the latest forecast file from each model
whether or not to print out diagnostic messages. Default is TRUE
a list of paths to forecast files submitted on a range of forecast dates from selected models