select_non_date_cols: Select Non-Date Columns

View source: R/select_non_date_cols.R

select_non_date_colsR Documentation

Select Non-Date Columns

Description

Helper function to select only non-Date columns. will test each column for Date properties or formatting, and if present will remove that column.

Usage

select_non_date_cols(df)

Arguments

df

A dataframe object.

Value

Returns a dataframe object without any date columns.


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