Learn R Programming

memer (version 0.1.0.9000)

meme_get: Read in the meme you wish to create

Description

Read in the meme you wish to create

Usage

meme_get(memename)

Arguments

memename

A character describing the meme to get. See meme_list()

To add a new meme to the data

First

Add the meme to the inst/extdata folder (png)

Then

Add row to the blankmemes data dplyr::add_row(blankmemes, filename = "...", name = "...")

Finally

Run usethis::use_data(blankmemes, overwrite = T)

Examples

Run this code
# NOT RUN {
meme_get("AllTheThings")
# }

Run the code above in your browser using DataLab