check_max_unq: Check if there arent more than max_unq classes in x$data

Description Usage Arguments

View source: R/check.R

Description

Check if there arent more than max_unq classes in x$data

Usage

1
check_max_unq(x, max_unq)

Arguments

x

List with data, result, and any errors already found

max_unq

Maximum number of distinct classes x$data can have


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

Related to check_max_unq in doctr...