Skip to content

Instantly share code, notes, and snippets.

@ld86
Created January 29, 2015 21:18
Show Gist options
  • Save ld86/ae8b59a62dc5b6de998c to your computer and use it in GitHub Desktop.
Save ld86/ae8b59a62dc5b6de998c to your computer and use it in GitHub Desktop.
| In its simplest form, R can be used as an interactive calculator. Type 5 + 7 and press Enter.
> 5 + 7
[1] 12
| You are doing so well!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment