R/utils.R

Defines functions `%||%`

#' @keywords internal
#' @noRd
`%||%` <- function(x, y) if (is.null(x)) y else x

Try the FakeDataR package in your browser

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

FakeDataR documentation built on Nov. 6, 2025, 1:15 a.m.