util_string_is_not_categorical {dataquieR}R Documentation

Utility function for judging whether a character vector does not appear to be a categorical variable

Description

The function considers the following properties:

Usage

util_string_is_not_categorical(vec)

Arguments

vec

a character vector

Value

TRUE or FALSE


[Package dataquieR version 2.1.0 Index]