R/helperTestHaveData.R

Defines functions helperTestHaveData

helperTestHaveData <- function(){
    tryCatch(
        error = function(e){
            message('Be sure you have either data or dataSE object defined.')
        }
    )
}

Try the bigPint package in your browser

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

bigPint documentation built on Nov. 8, 2020, 5:07 p.m.