Bruno Rodrigues :rstats: :tux:

New interesting change coming to

‘L %||% R’ means ‘if(!is.null(L)) L else R’ or ‘if(is.null(L)) R else L’