R/function.swap_null.r

Defines functions swap_null

#'
#'
swap_null <- function(x, default)
  ifelse(is.null(x), default, x)
ChristopherBarrington/seuratvis documentation built on Sept. 6, 2021, 11:39 p.m.