Skip to content

Instantly share code, notes, and snippets.

@thmcmahon
Last active June 6, 2017 02:33
Show Gist options
  • Save thmcmahon/d69e381a16c1171bd72ed35e436304e5 to your computer and use it in GitHub Desktop.
Save thmcmahon/d69e381a16c1171bd72ed35e436304e5 to your computer and use it in GitHub Desktop.
Simple version of the medicare levy calculator
medicare_levy <- function(income) {
income * .02
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment