Create 10,000 date data.frames with fake years based on 365 days window
问题 Here my time period range: start_day = as.Date('1974-01-01', format = '%Y-%m-%d') end_day = as.Date('2014-12-21', format = '%Y-%m-%d') df = as.data.frame(seq(from = start_day, to = end_day, by = 'day')) colnames(df) = 'date' I need to created 10,000 data.frames with different fake years of 365days each one. This means that each of the 10,000 data.frames needs to have different start and end of year. In total df has got 14,965 days which, divided by 365 days = 41 years. In other words, df