R/writeGhcn.R

Defines functions writeGhcn

Documented in writeGhcn

writeGhcn <- function(data,directory = DATA.DIRECTORY,filename = "TaveCHCN.dat"){
  fname <- file.path(directory,filename,fsep = .Platform$file.sep)
  write.table(data,fname)
  
}

Try the CHCN package in your browser

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

CHCN documentation built on May 2, 2019, 8:53 a.m.