isDiscreteDataFrame: Tests if data.frame is discrete (i.e. all of its columns are...

Description Usage Arguments Value Examples

Description

Tests if data.frame is discrete (i.e. all of its columns are factors)

Usage

1

Arguments

df

A data.frame

Value

Boolean: TRUE if all columns of the data.frame df are factors, FALSE otherwise; If the provided df object is of other type than data.frame, the function throws an error.

Examples

1

integr documentation built on May 24, 2019, 5:06 p.m.