R/slog.R

slog <- function(..., file = "susili.log"){
  
  x <- c(...)
  cat(x, file = "")
  if ( file != "" )
    cat(x, file = file, append = TRUE)
}

Try the megaptera package in your browser

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

megaptera documentation built on Jan. 15, 2017, 11:19 p.m.