I have the following dataframe imported from excel using readxl
in R. Is there a way to convert the column names to actual dates?
data <- structure(list(Model = c("ARIMA", "Actual", "Forecast", "Error"
), `44865` = c(NA, 1, 1, 0), `44895` = c(NA, 2, 2, 0), `44926` = c(NA,
3, 3, 0)), class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA,
-4L))