R/scratch.r

Defines functions scratch

scratch <- function() {
    if (FALSE) {
        ## Development code in here
        rm(list=ls(all=TRUE))
    }
}
fluscape/fluscapeR documentation built on March 16, 2024, 6:18 a.m.