get_model_metadata.Rd
Get Hub model metadata
get_model_metadata( models, source = "local_hub_repo", hub_repo_path, as_of = Sys.Date() )
models | optional character vector of model abbreviations for which to retrieve designations. If not provided, the function returns model designations for all models. |
---|---|
source | string specifying where forecasts will be loaded from:
currently only supports |
hub_repo_path | path to local clone of the |
as_of | optional date specifying the version. defaults to current date. |
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