I want the dates of a given weekday (let´s say Fridays) between this two dates:
selectedMonths <- c( "201002",
"201103"
)
How can I store them in a data.frame, the desire results is:
Date
2010-02-05
2010-02-12
2010-02-19
...
2011-03-04
2011-03-11
2011-03-18
2011-03-25
I want to include the Fridays of the last date "201103