is_character: Check if x$data is a character variable

Description Usage Arguments

View source: R/is.R

Description

Check if x$data is a character variable

Usage

1
2
is_character(x, min_unq = 0, max_unq = Inf, max_na = 0.9,
  least_frec_cls = 0)

Arguments

x

List with data, result, and any errors already found

min_unq

Minimum number of unique classes x$data can have

max_unq

Maximum number of unique classes x$data can have

max_na

Fraction of x$data that can be NA

least_frec_cls

Minimum fraction of total represented by least frequent class


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

Related to is_character in doctr...