R/utils.R

Defines functions `%:::%`

`%:::%` <- function(pkg, fun, inherits = TRUE) {
  get(fun,
      envir = asNamespace(pkg),
      inherits = inherits
  )
}


remove_missing <- "ggplot2"%:::%"remove_missing"
empty <- "ggplot2"%:::%"empty"

Try the ggpolar package in your browser

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

ggpolar documentation built on Oct. 10, 2022, 5:07 p.m.