R/FUNCTION-writeT_v3.R

### This function is a component of astrochron: An R Package for Astrochronology
### Copyright (C) 2015 Stephen R. Meyers
###
###########################################################################
### writeT function - (SRM: Mar. 26, 2012; May 20, 2013; May 1, 2014)
###
### output a tab-delimited text file
###########################################################################

writeT <- function (filename,output)
{

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

### END function writeT
}

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.