trying to establish a compare date column by looking at the existing row data in an existing Date column, generate the new column BenchDate by fixing the month and ate the same but refer to a specified year. my results should look like set year as a specific value "2018" COLUMN BenchDate and Diff is newly created
structure(list(Date = structure(c(17226, 17226, 17226, 17226,
17226, 17226, 17226, 17226, 17226, 17226, 17226, 17226, 17226,
17226, 17226, 17226, 17226, 17318, 17318, 17318, 17318, 17318,
17318, 17318, 17318, 17318), class = "Date"), Value = c(1609600,
914600, 3304800, 722200, 216500, 705200, 332900, 182200, 337700,
237300, 100400, 6946000, 698100, 779200, 148600, 3304800, 297700,
1677700, 899600, 3405100, 746600, 204000, 749800, 340700, 181300,
355500)), row.names = c(NA, 26L), class = "data.frame")