Skip to content

Instantly share code, notes, and snippets.

@robertzk
Created December 5, 2013 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertzk/7816312 to your computer and use it in GitHub Desktop.
Save robertzk/7816312 to your computer and use it in GitHub Desktop.
`||` <- function(a,b) if(is.null(a)) b else base::`||`(a,b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment