R/saveFile.R

Defines functions saveFile

Documented in saveFile

saveFile <-
function(File,OutData){
#Saves the output
#' @export
write.table(OutData,paste(File,'.csv',sep=''),row.names=FALSE,sep=',')
}

Try the RSCABS package in your browser

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

RSCABS documentation built on May 1, 2020, 9:06 a.m.