tests/testthat/_snaps/use_utils/utils.R

`%nin%` <- Negate(`%in%`)

`%||%` <- function(x, y) {
  if (is_null(x)) {
    y
  } else {
    x
  }
}
emptyfield-ds/opensky documentation built on Dec. 20, 2021, 5:18 a.m.