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)
}
steveped/ngsReports documentation built on May 9, 2024, 10:07 a.m.