R/utils.R

`%||%` <- function(x, y) if (is.null(x)) y else x
robertzk/RDS2 documentation built on May 27, 2019, 10:33 a.m.