R/adddate.R
adddate.Rd
Inserts three columns (year,month,day) passing dates to a matrix or to a dataframe
adddate(data, origin = "1961-1-1")
matrix of daily data
character string containing the date of the first row of data as YYYY-MM-DD
data
a data frame with dates and data values
findDate