ifelse0: ifelse function but then based on whether value is NULL or...

View source: R/ifelse0.R

ifelse0R Documentation

ifelse function but then based on whether value is NULL or not

Description

ifelse function but then based on whether value is NULL or not

Usage

ifelse0(value = NULL, alternative = NULL, allow_null = FALSE)

Arguments

value

metadata list object

alternative

alternative value

allow_null

can the alternative be NULL?

Value

value if non-NULL; alternative otherwise


InsightRX/PKPDsim documentation built on July 4, 2025, 2:01 a.m.