validate_compatible_dataframes: Validate that two data frames have compatible dimensions

View source: R/utils-validation.R

validate_compatible_dataframesR Documentation

Validate that two data frames have compatible dimensions

Description

Validate that two data frames have compatible dimensions

Usage

validate_compatible_dataframes(pre_test, pst_test)

Arguments

pre_test

pre-test data frame

pst_test

post-test data frame

Value

TRUE if valid, throws error otherwise


guess documentation built on Dec. 16, 2025, 1:07 a.m.