View source: R/get_model_metadata.R
get_model_metadata | R Documentation |
Get Hub model metadata
get_model_metadata(
models = NULL,
hub = c("US", "ECDC", "FluSight"),
source = "local_hub_repo",
hub_repo_path
)
models |
optional character vector of model abbreviations for which to retrieve designations. If not provided, the function returns model designations for all models. |
hub |
character, which hub to use. Options are "US", "ECDC" and "FluSight". |
source |
string specifying where forecasts will be loaded from:
currently only supports |
hub_repo_path |
path to local clone of the forecast hub repository |
data.frame with columns corresponding to any fieldnames in the
metadata files from the queried models. NA represents an absence of data
in that corresponding field. Two field names are changed from the raw
metadata field names to align with get_model_designations()
implementation:
model_abbr
is changed to model
team_model_designation
is changed to designation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.