is.valid {tableschema.r} | R Documentation |
Is valid
Description
Validate a descriptor over a schema
Usage
is.valid(descriptor, schema = NULL)
Arguments
descriptor |
descriptor, one of:
|
schema |
Contents of the json schema, or a filename containing a schema |
Value
TRUE
if valid
[Package tableschema.r version 1.1.2 Index]