Skip to content

Instantly share code, notes, and snippets.

@mocon
Created September 16, 2019 19:54
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 mocon/8596904482e8948084e511a92508cda1 to your computer and use it in GitHub Desktop.
Save mocon/8596904482e8948084e511a92508cda1 to your computer and use it in GitHub Desktop.
R example

R example

if (y < 0 && debug) {
  message("Y is negative")
}

if (y == 0) {
  log(x)
} else {
  y ^ x
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment