check_min_unq: Check if there arent less than min_unq classes in x$data

Description Usage Arguments

View source: R/check.R

Description

Check if there arent less than min_unq classes in x$data

Usage

1
check_min_unq(x, min_unq)

Arguments

x

List with data, result, and any errors already found

min_unq

Minimum number of distinct classes x$data can have


doctr documentation built on May 4, 2017, 5:11 p.m.

Related to check_min_unq in doctr...