Learn R Programming

FSinR (version 2.0.5)

isDataframeDiscrete: isDataFrameDiscrete(dataframe)

Description

Estimate if all variables in a data frame are discrete

Usage

isDataframeDiscrete(dataframe)

Arguments

dataframe
  • A data frame

Value

  • True if all variables are discrete, False otherwise

Examples

Run this code
# NOT RUN {
isDataframeDiscrete(mtcars)
isDataframeDiscrete(iris)
# }

Run the code above in your browser using DataLab