check_dictionary: check_dictionary

Description Usage Arguments

View source: R/checks.R

Description

check_dictionary

Usage

1
check_dictionary(dictionary, data)

Arguments

dictionary

A data frame used by the function classify. Each row of the data frame dictionary specifies a data type for a variable found in data and rules. There are two columns in dictionary, variable and type. The column names in rules are matched in dictionary and type is one of numeric, character, or date for each variable.

data

data.frame whose rows are to be categorised according to a provided set of rules.


oizin/labellr documentation built on Aug. 12, 2019, 11:08 a.m.