R/writeOutput.R

Defines functions writeOutput

writeOutput <-
function(fileType,message,printFlag){
  # print to file if indicated, and always print to console
  if (printFlag){
    addParagraph(fileType,message)
  } 
  print(message)
}

Try the CATkit package in your browser

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

CATkit documentation built on May 2, 2019, 2:31 p.m.