Created
April 16, 2014 06:18
-
-
Save adamhsparks/10815652 to your computer and use it in GitHub Desktop.
Happy birthday in R
This file contains 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
lapply((1:4), function(x){paste(c("Happy Birthday ", ifelse(x!=3, "to you", "happy, happy birthday, NAME!")), sep="", collapse="")}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment