select_non_numeric_cols: Select Non-Numeric Columns Helper function to select only...

View source: R/select_non_numeric_cols.R

select_non_numeric_colsR Documentation

Select Non-Numeric Columns Helper function to select only non-numeric columns in a dataset. It will also exclude character columns that have only numeric values.#'

Description

Select Non-Numeric Columns Helper function to select only non-numeric columns in a dataset. It will also exclude character columns that have only numeric values.#'

Usage

select_non_numeric_cols(df)

Arguments

df

A dataframe object.

Value

Returns a dataframe object with only non-numeric columns selected.


SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.