Skip to content

Instantly share code, notes, and snippets.

@VictorOmondi1997
Created May 7, 2020 08:14
Show Gist options
  • Save VictorOmondi1997/d4a5e7a01fd70af2c7dcd0fe0941d12e to your computer and use it in GitHub Desktop.
Save VictorOmondi1997/d4a5e7a01fd70af2c7dcd0fe0941d12e to your computer and use it in GitHub Desktop.
Performing Arithmetic Operations in R
year_of_birth = 2001
current_year = 2020
age = current_year - year_of_birth
age
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment