R/clearlog.R

clearlog <- function(base.txt) {

    out <- paste("Cleared log file: ", date(), sep="")
    print(out)
    write(out, file="in2extRemes.log", append=FALSE)
    invisible()

}

Try the in2extRemes package in your browser

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

in2extRemes documentation built on May 2, 2019, 1:27 p.m.