Learn R Programming

guess (version 0.2.1)

validate_compatible_dataframes: 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)

Value

TRUE if valid, throws error otherwise

Arguments

pre_test

pre-test data frame

pst_test

post-test data frame