R/flush_output.R

Defines functions flush_output

Documented in flush_output

#-------------------------------------------------------------------------
# flush output 
#-------------------------------------------------------------------------
flush_output <- function(dynamic.text,fixed.text){
  message(paste0(dynamic.text,fixed.text),"\r",appendLF=FALSE)
  flush.console()
}

Try the ztoolbox package in your browser

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

ztoolbox documentation built on Jan. 28, 2020, 3:01 p.m.