R/utils.R

Defines functions `%||%`

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

Try the dbscan package in your browser

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

dbscan documentation built on April 3, 2025, 7:04 p.m.