removeNonNumericColumns: Remove Non-Numeric Columns

View source: R/dataPreprocessing.R

removeNonNumericColumnsR Documentation

Remove Non-Numeric Columns

Description

This function removes non-numeric columns from the dataset and returns only numeric columns.

Usage

removeNonNumericColumns(dataset)

Arguments

dataset

A data frame from which non-numeric columns are to be removed.

Value

A data frame containing only numeric columns. Also prints non-numeric columns found.


neobernad/evaluomeR documentation built on Nov. 12, 2024, 11:29 p.m.