R/prep_dates.R
prep_coerce_dates.Rd
Auto-detects columns with date/time-like names (or uses a supplied list), then calls prep_parse_date_column() on each.
prep_parse_date_column()
prep_coerce_dates(data, cols = NULL, table_label = "table")
Data frame.
Character vector of column names to convert. When NULL, columns whose names match a date/time pattern are detected automatically.
NULL
Character. Label used in messages.
Data frame with date columns converted to Date.
Date