get_comic: Get Bitmoji comic

Description Usage Arguments Examples

View source: R/get_comic.R

Description

Get a Bitmoji comic.

Usage

1
get_comic(id, tag = NULL, comic_id = NULL, transparent = FALSE)

Arguments

id

Character string specifying the users unique ID. Can also be a vector of length 2.

tag

Character string specifying the keyword tag (e.g., "birthday").

comic_id

Character string specifying the comic id (e.g., "10228108").

transparent

Logical indicating whether or not the background should be transparent. Default is FALSE (i.e., the background will be white).

Examples

1
2
3
4
5
# ID obtained using get_id()
my_id <- "1551b314-5e8a-4477-aca2-088c05963111-v1"
get_comic(my_id, tag = "edvard")
get_comic(c(my_id, my_id), tag = "edvard")
get_comic(my_id, comic_id = "10224100")

bgreenwell/RBitmoji documentation built on May 25, 2019, 3:22 p.m.