is.valid: Is valid

View source: R/is.valid.R

is.validR Documentation

Is valid

Description

Validate a descriptor over a schema

Usage

is.valid(descriptor, schema = NULL)

Arguments

descriptor

descriptor, one of:

  • string with the local CSV file (path)

  • string with the remote CSV file (url)

  • list object

schema

Contents of the json schema, or a filename containing a schema

Value

TRUE if valid


tableschema.r documentation built on Sept. 30, 2022, 1:06 a.m.