Learn R Programming

FakeDataR (version 0.2.2)

validate_fake: Validate a fake dataset against the original

Description

Compares classes, NA/blank proportions, and simple numeric ranges.

Usage

validate_fake(original, fake, tol = 0.15)

Value

data.frame summary by column

Arguments

original

data.frame

fake

data.frame (same columns)

tol

numeric tolerance for proportion differences (default 0.15)