View source: R/validate_model_data.R
validate_model_data | R Documentation |
Validate model data file
validate_model_data(data_file, data_schema)
data_file |
Path to the |
data_schema |
Path to the |
An object of class fhub_validations
.
validate_model_data(
system.file(
"testdata", "data-processed", "example-model", "2021-07-26-example-model.csv",
package = "ForecastHubValidations"
),
system.file(
"testdata", "schema-forecast.yml",
package = "ForecastHubValidations"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.