View source: R/validate_repository.R
validate_repository | R Documentation |
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"
)
data_folder |
The path to the folder containing forecasts |
metadata_folder |
The path to the folder containing metadata |
data_schema |
Path to the |
metadata_schema |
Path to the |
An object of class fhub_validations
.
validate_repository(
system.file("testdata", package = "ForecastHubValidations")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.