domain_is_categ {paradox}R Documentation

Whether a Given Domain is Categorical

Description

This should generally be TRUE for categorical Domains, such as p_fct() or p_lgl(), and FALSE otherwise.

Usage

domain_is_categ(param)

Arguments

param

(Domain).

Value

logical.


[Package paradox version 1.0.1 Index]