Hello,
The first column of data has the mixed format of character and Posixct.
In addition, this column is in list format.
Could anyone suggest how can I convert the character to date format?
dg <- drive_get("https://docs.google.com/spreadsheets/d/1_OOqInR7-ITwxpSi_gka82zGeF5naeFIwuN7BOmMVos/edit?usp=sharing")
dg_dat <- sheets_read(dg$id,col_names = TRUE)
str(dg_dat$Date)