validate_type_specific_constraints: Perform Type-Specific Validation Checks

View source: R/makeme_helpers.R

validate_type_specific_constraintsR Documentation

Perform Type-Specific Validation Checks

Description

Internal helper function that validates arguments based on the specific output type requested. Different types have different constraints.

Usage

validate_type_specific_constraints(args, data, indep, dep_pos)

Arguments

args

List of makeme function arguments

data

Data frame being analyzed

indep

Character vector of independent variable names

dep_pos

Named integer vector of dependent variable positions

Details

Current type-specific validations:

  • chr_table_html: Requires exactly one dependent variable

Value

NULL (function used for side effects - validation errors)


saros documentation built on Nov. 10, 2025, 5:06 p.m.