# NOT RUN {
meme_get("DistractedBf") %>%
meme_text_distbf("tidyverse", "new R users", "base R")
meme_get("TheRockDriving") %>%
meme_text_rock("What's your favorite thing to do in R?" , "Write for loops.")
meme_get("BatmanRobin") %>%
meme_text_batman("Hey, I'm Batman!" , "No, you idiot, I'm Batman!")
meme_get("TrumpBillSigning") %>%
meme_text_trump("Stuff and nonsense")
meme_get("IsThisAPigeon") %>%
meme_text_pigeon("Is this a pigeon?" , "Me", "Not a pigeon")
meme_get("AmericanChopper") %>%
meme_text_chopper("Stop calling yourself 'just an R user'!",
"But I've never written a package!",
"So?? You're still an important part of the R community!",
"But people who write packages are more important",
"NO! All members of the R community are valued & deserve respect!")
meme_get("ExpandingBrain") %>%
meme_text_brain("text1",
"text2",
"text3",
"text4")
meme_get("EvilKermit") %>%
meme_text_kermit("Me: Your text here", "Me: Your evil text here")
meme_get("TwoButtonsAnxiety") %>%
meme_text_buttons("Should I do this?", "Or this?")
meme_get("HotlineDrake") %>%
meme_text_drake("Handcrafted memes", "Reproducible memes")
meme_get("MoneyPrinter") %>%
meme_text_printer("nooooo!!!!!! you can't just use open source software to
make memes without annoying watermarks on them nooooo",
"haha meme printer go brrrr")
meme_get("AnakinPadmeRight") %>%
meme_text_anakin("I'm going to set my working directory",
"With the {here} package, right?")
meme_get("SuezExcavator") %>%
meme_text_suez("R programming",
"Me learning R programming")
# }
Run the code above in your browser using DataLab