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


PKPDsim documentation built on March 7, 2023, 5:40 p.m.