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 April 25, 2024, 2:10 a.m.