Learn R Programming

aisdk (version 1.1.0)

z_empty_aware: Create Empty-Aware Schema Wrapper

Description

Wraps a schema to explicitly handle empty values. Adds _empty metadata for frontend rendering decisions.

Usage

z_empty_aware(schema, empty_behavior = "skip")

Value

Enhanced z_schema.

Arguments

schema

Base z_schema.

empty_behavior

How frontend should handle empty: "skip", "placeholder", "inherit".