R/utils.R

Defines functions dummy `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x # nocov

dummy <- function() { # nocov start
  # vdiffr::expect_doppelganger
  grid::unit
  gridGeometry::polyclipGrob
} # nocov end

Try the ggrounded package in your browser

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

ggrounded documentation built on May 31, 2023, 7:46 p.m.