grapes-or-or-grapes: OR of NULL. Ref: Seurat If the first element is not NULL,...

%||%R Documentation

OR of NULL. Ref: Seurat If the first element is not NULL, then return the first one, else return the second one.

Description

OR of NULL. Ref: Seurat If the first element is not NULL, then return the first one, else return the second one.

Usage

lhs %||% rhs

Arguments

lhs

R object

rhs

R object

Value

lhs if lhs is not NULL, else rhs


beyondpie/pureRUtils documentation built on Jan. 10, 2023, 3:22 a.m.