Skip to content

Instantly share code, notes, and snippets.

@thmcmahon
Created June 6, 2017 02:36
Show Gist options
  • Save thmcmahon/592d8c74f78a2505c2c841b2a796b892 to your computer and use it in GitHub Desktop.
Save thmcmahon/592d8c74f78a2505c2c841b2a796b892 to your computer and use it in GitHub Desktop.
medicare_levy <- function(income, rate) {
income * rate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment