R/utils.R

Defines functions `%||%`

`%||%` = function(x, y)
    if (!is.null(x)) x else y

utils::globalVariables(c("print_centered"))

Try the tabstats package in your browser

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

tabstats documentation built on July 8, 2026, 5:07 p.m.