R/what.is.in.R

Defines functions what.is.in

what.is.in <- function(x){
    if(!is.null(x)){
        load(x, verbose=TRUE)
    } else {
        return(x)
    }
}

Try the Pigengene package in your browser

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

Pigengene documentation built on Nov. 8, 2020, 6:47 p.m.