Does R have a package where I can create a set of dates from two periods without importing data?
Example:
to create a list from "1/13/2014" to 1/13/15" for each day how can I do this?
EDIT: This is NOT a duplicate. Seq() package shows no example for dates in this format: "mm/dd/yy". Seq() package only has "1994-01-01" format. Please help here.