grapes-matches-grapes-.spec: Check Whether Spec matches Dataset

%matches%.specR Documentation

Check Whether Spec matches Dataset

Description

Checks whether spec matches dataset by checking whether dataset matches spec.

Usage

## S3 method for class 'spec'
x %matches% y, ...

Arguments

x

spec

y

object

...

passed arguments

See Also

Other matches: %matches%.character(), %matches%.data.frame(), %matches%()

Examples

data(drug)
file <- tempfile()
spec <- specification(drug, tol = 3)
write.spec(spec, file = file)
spec %matches% drug

spec documentation built on June 22, 2024, 11:05 a.m.