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

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
data(drug)
file <- tempfile()
spec <- specification(drug, tol = 3)
write.spec(spec, file = file)
spec \%matches\% drug

spec documentation built on May 2, 2019, 10:14 a.m.