schema_assert_vars: Assert that variables exist in a schema

View source: R/schema_helpers.R

schema_assert_varsR Documentation

Assert that variables exist in a schema

Description

Stops with an informative error if any requested variable names are not present in the schema.

Usage

schema_assert_vars(schema, vars)

Arguments

schema

A validated schema (or a raw schema that can be validated).

vars

Character vector of variable names.

Value

Invisibly returns TRUE.


fluxCore documentation built on Sept. 22, 2026, 5:07 p.m.