R/validate_repository.R
validate_repository.Rd
Validate a complete repository containing multiple forecast folders
validate_repository(
data_folder = "data-processed",
metadata_folder = "model-metadata",
data_schema = "schema-data.yml",
metadata_schema = "schema-metadata.yml"
)
The path to the folder containing forecasts
The path to the folder containing metadata
Path to the .yml
schema file
Path to the .yml
schema file
An object of class fhub_validations
.
validate_repository(
system.file("testdata", package = "ForecastHubValidations")
)
#> ✖ : [ENOENT] Failed to search directory '': no such file or directory