ifelse0 {PKPDsim}R 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


[Package PKPDsim version 1.3.0 Index]