Learn R Programming

RcmdrPlugin.KMggplot2 (version 0.2-3)

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)

Arguments

n
Numeric: the target number of n.

Value

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

See Also

Rcmdr.Utilities