Saturday, 7 September 2013

Take the start date of a data frame

Take the start date of a data frame

With this we can create a data frame with days having the start day:
dataframe = seq(as.Date("2000-09-01"), by="days", length=11)
If we have already a dataframe which has values can we do the same?

No comments:

Post a Comment