R/acornsErrorHandler.R

Defines functions acornsErrorHandler

Documented in acornsErrorHandler

acornsErrorHandler <-
function(bdy, res) {
    print(sprintf("There was an error: %s", bdy$message));
    return(bdy)
}
talloaks/ouzelr documentation built on Dec. 23, 2021, 7:44 a.m.