Learn R Programming

RcmdrPlugin.KMggplot2 (version 0.2-7)

nonFactorsP: Check Non Factor Variables in The Active Dataset

Description

This is a function to check the active dataset has more than or equal to n non-factor variables.

Usage

nonFactorsP(n = 1)

Value

result

Boolean; the active dataset has or does not have more than or equal to n non-factor variables.

Arguments

n

Numeric: the target number of n.

See Also

Rcmdr.Utilities