R/readDates3to1.R

readDates3to1 <- function(file, YMD=c('Year', 'Month', 'Day'), 
                          ...){
##  
##  1.  read.csv
##  
  dat <- read.csv(file, ...)
##
## 2.  Dates3to1
##
  Dates3to1(dat, YMD)
}
joshuaulrich/tmp-ecfun documentation built on July 1, 2019, 12:20 a.m.