R/utils-validation.R
validate_compatible_dataframes.Rd
Validate that two data frames have compatible dimensions
validate_compatible_dataframes(pre_test, pst_test)
pre-test data frame
post-test data frame
TRUE if valid, throws error otherwise