R/add_progress_comment.R

#' add progress comment
#' 
#' adds a comment to the progress file of standard format
#' 
#' @param text comment to add to progress file
#' 
#' @export

add_progress_comment <- function(text){
  cat(paste('\n', text, Sys.time(), sep = ' '), file = progress_file, append = T)
}
padpadpadpad/TeamPhytoplankton documentation built on May 24, 2019, 5:59 p.m.