R/readDates3to1.R

Defines functions readDates3to1

Documented in readDates3to1

readDates3to1 <- function(file, YMD=c('Year', 'Month', 'Day'), 
                          ...){
##  
##  1.  read.csv
##  
  dat <- read.csv(file, ...)
##
## 2.  Dates3to1
##
  Dates3to1(dat, YMD)
}

Try the Ecfun package in your browser

Any scripts or data that you put into this service are public.

Ecfun documentation built on Oct. 10, 2022, 1:06 a.m.