File: utils.R

package info (click to toggle)
r-cran-dbscan 1.2.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,196 kB
  • sloc: cpp: 4,359; sh: 13; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 56 bytes parent folder | download
1
2
3
`%||%` <- function(x, y) {
  if (is.null(x)) y else x
}