check: Check Observations Against Formal Description

View source: R/variables.R

checkR Documentation

Check Observations Against Formal Description

Description

Check if observations correspond to their formal descriptions

Usage

check(object, data)

Arguments

object

an object of class var or vars

data

a data.frame

Details

The function returns true of data matches the description in object.


variables documentation built on June 8, 2025, 1:23 p.m.

Related to check in variables...