Utility function to list all forecasters submitting COVID-19 forecasts to the COVID 19 Forecast Hub.

get_covidhub_forecaster_names(
  repo = c("zoltar", "covid19forecast_repo"),
  designations = "*"
)

Arguments

repo

character string either "zoltar" indicating the Zoltar Forecast Archive or "covid19forecast_repo" which lists those available at the Reich Lab Github submission repo.

designations

vector of character strings representing acceptable designation types for models. If "*" (the default), models of all designations will be returned. See Reich Lab's Documentation for allowed designations and their meanings.

Value

character vector of all available forecasters matching given criteria