convert_excel_dates_in_df: Take a df with date information, and if there is data...

Description Usage Arguments

Description

Take a df with date information, and if there is data information in the format 30/01/17 or 30/01/2017 (Excel outputs this by default) convert to date and warn user

Usage

1
convert_excel_dates_in_df(df, cols = "date")

Arguments

cols

is either a vector of column names, or NULL. If it's NULL, all columns will be scanned


RobinL/costmodelr documentation built on May 9, 2019, 10:30 a.m.