Convert date columns to numeric
date_columns_to_numeric(
data,
column_keyword = "date",
exclude_col_type = c("character"),
return_message = T
)
Keyword of the data frame's columns to look for that signifies dates
c('date')
The types of column to exclude from converting to numeric
c('character')
return a message