R/utils-NULL_NA.R
grapes-NULL-grapes.Rd
These two functions assign a default value to a parameter if it was previously set to NULL (or NA)
x %NULL% y
Parameter
Chosen default value
The parameter or the default value
NULL %NULL% 3 # = 3 #> [1] 3 5 %NULL% 3 # = 5 #> [1] 5