Skip to content

Instantly share code, notes, and snippets.

@trinker
Created December 6, 2018 17:07
Show Gist options
  • Save trinker/ed6e331456c3c558de9aa929035159d0 to your computer and use it in GitHub Desktop.
Save trinker/ed6e331456c3c558de9aa929035159d0 to your computer and use it in GitHub Desktop.
Bad Day
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