View source: R/validate_model_metadata.R
validate_model_metadata | R Documentation |
Validate model metadata file
validate_model_metadata(metadata_file, metadata_schema)
metadata_file |
Path to the metadata |
metadata_schema |
Path to the |
An object of class fhub_validations
.
validate_model_metadata(
system.file("testdata", "model-metadata", "metadata-example-model.txt",
package = "ForecastHubValidations"),
system.file("testdata", "schema-metadata.yml",
package = "ForecastHubValidations")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.