R/IncProgress.R

Defines functions IncDefault

Documented in IncDefault

#' Default IncProgress function
#' @export
#' 
#' @note 
#' Instead of using \code{IncProgress = IncDefault} in ProtectTable1/ProtectTable one could use \cr
#' \code{IncProgress = function(){cat("."); flush.console()}} \cr
#' but this results in wrong 
#' "usage line" in the documentation since ";" is not included.
#' 
#' @keywords internal
#'
#' @examples
#'  IncDefault() 
IncDefault =  function(){
  cat(".")
  flush.console()}

Try the easySdcTable package in your browser

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

easySdcTable documentation built on Dec. 28, 2022, 2:29 a.m.