Ajv {ajv} | R Documentation |
Create an Ajv instnace.
Description
Create an Ajv instnace (the equivalent of calling new Ajv()
in javascript)
Usage
Ajv(options = NULL)
Arguments
options |
Optional; see the ajv github page for details |
[Package ajv version 1.0.0 Index]