schema_var_info: Get schema metadata for variables

View source: R/schema_helpers.R

schema_var_infoR Documentation

Get schema metadata for variables

Description

Returns schema metadata (type, levels, blocks) for the requested variables.

Usage

schema_var_info(schema, vars)

Arguments

schema

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

vars

Character vector of variable names.

Value

A data.frame with columns var, type, levels, and blocks.


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