R/errMsg.R

Defines functions .errNotImp

## Error message for classes not implemented...
.errNotImp <- function(x){
    cl <- class(x)
    message("Method not implemented for objects of class ", cl)
}

Try the ngsReports package in your browser

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

ngsReports documentation built on Nov. 23, 2020, 2:01 a.m.