ifnotnull: ifnotnull

Description Usage Arguments

View source: R/do_if_null_or_not_null.R

Description

do someting if x is not null

Usage

1
ifnotnull(x, not.null.cmd, null.cmd)

Arguments

x

A object to check

not.null.cmd

A clojure to eval when x is not null

null.cmd

A clojure to eval when x is null; can be miss.


itsaquestion/MyUtils documentation built on Aug. 25, 2019, 9:46 p.m.