View source: R/dataPreprocessing.R
removeNonNumericColumns | R Documentation |
This function removes non-numeric columns from the dataset and returns only numeric columns.
removeNonNumericColumns(dataset)
dataset |
A data frame from which non-numeric columns are to be removed. |
A data frame containing only numeric columns. Also prints non-numeric columns found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.