I would like to add a date column to a data frame. The date column needs to populate automatically for the full length of the column. See example below:
Data frame:
df = structure(list(Name = c("Joe", "Sanj", "Rob"),
Col1 = c(20, 60, 40),
Col2 = c(100, 233, 500)),
row.names = c(NA, -3L),
class = c("tbl_df", "tbl", "data.frame"))