We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f720e commit faf09deCopy full SHA for faf09de
README.md
@@ -129,6 +129,13 @@ locations:
129
- A24:B25
130
```
131
132
+We provide a json schema for the data guide, allowing you to check the
133
+validity of guides that you wrote. The schema is available in the
134
+package as
135
+`system.file("extdata", "excelguide_schema.json", package = "excelDataGuide")`.
136
+To check its validity against the schema you can use the [Polyglottal
137
+JSON Schema Validator](https://www.npmjs.com/package/pajv).
138
+
139
## Future work
140
141
We want to provide guide and template structures for data types without
0 commit comments