R/FUNCTION-writeCSV_v3.R

### This function is a component of astrochron: An R Package for Astrochronology
### Copyright (C) 2015 Stephen R. Meyers
###
###########################################################################
### writeCSV function - (SRM: Feb. 15, 2012; May 20, 2013; May 1, 2014)
###
### output a CSV file
###########################################################################

writeCSV <- function (filename,output)
{

 cat("\n----- WRITING CSV FILE -----\n")
 write.table(file=filename, output, sep=",",row.names=FALSE)

### END function writefile
}

Try the astrochron package in your browser

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

astrochron documentation built on Aug. 26, 2023, 5:07 p.m.