Learn R Programming

FSinR (version 2.0.8)

isDataframeDiscrete: isDataFrameDiscrete(dataframe)

Description

Estimate if all variables in a data frame are discrete

Usage

isDataframeDiscrete(dataframe)

Value

  • True if all variables are discrete, False otherwise

Arguments

dataframe
  • A data frame

Author

Alfonso Jiménez Vílchez

Examples

Run this code
isDataframeDiscrete(mtcars)
isDataframeDiscrete(iris)

Run the code above in your browser using DataLab