Created
December 6, 2018 17:07
-
-
Save trinker/ed6e331456c3c558de9aa929035159d0 to your computer and use it in GitHub Desktop.
Bad Day
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
tell_it_like_it_is <- function(){ | |
message <- paste0( | |
sprintf(cow, sample(mess, 1)), | |
"\n\n\n\n" | |
) | |
cat(message) | |
} | |
cow <- "\n ---------------- \n%s! \n ----------------- \n \\ ^__^ \n \\ (oo)\\ ________ \n (__)\\ )\\ /\\ \n ||------w|\n || ||" | |
mess <- 'This is perhaps some \nof the most fucked up\nshit I\'ve ever seen' | |
tell_it_like_it_is() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment