meme_get: Read in the meme you wish to create

Description Usage Arguments To add a new meme to the data Examples

View source: R/get-meme.R

Description

Read in the meme you wish to create

Usage

1
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

1
meme_get("AllTheThings")

sctyner/memer documentation built on Aug. 5, 2021, 10:45 p.m.