Last active
June 6, 2017 02:33
-
-
Save thmcmahon/d69e381a16c1171bd72ed35e436304e5 to your computer and use it in GitHub Desktop.
Simple version of the medicare levy calculator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
medicare_levy <- function(income) { | |
income * .02 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment