Learn R Programming

data.checker (version 2.0.0)

is_valid_schema: Check if the schema is valid

Description

Check if the schema is valid

Usage

is_valid_schema(schema)

Value

TRUE if the schema is a valid named list, otherwise FALSE.

Arguments

schema

A list to validate.