Skip to contents

Extracts numeric variables from a data frame.

Usage

getNumVars(DataFrame, Ordinal = FALSE)

Arguments

DataFrame

The data frame from which to extract numeric variables.

Ordinal

Logical, indicating whether to include ordinal variables.

Value

A character vector containing the names of numeric variables.