View source: R/select_non_date_cols.R
select_non_date_cols | R Documentation |
Helper function to select only non-Date columns. will test each column for Date properties or formatting, and if present will remove that column.
select_non_date_cols(df)
df |
A dataframe object. |
Returns a dataframe object without any date columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.