R/write.out.R

Defines functions write.out

Documented in write.out

write.out <-
function# write directly to the screen
### internal function for sisus
(text.to.cat
### internal variable
)
{
  ##details<<
  ## interal function for sisus.run()

  #cat(text.to.cat);
  capture.output(expr = cat(text.to.cat), append=TRUE, file="process_info.txt");
  flush.console();
  ### internal variable
}

Try the sisus package in your browser

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

sisus documentation built on May 30, 2017, 12:23 a.m.