powered by
NULL
coalesce(...)
f = function(x,y) { print(coalesce(NULL, x, y)) } f(y = 3)
Run the code above in your browser using DataLab