Learn R Programming

RBitmoji (version 0.0.2)

get_comic: Get Bitmoji comic

Description

Get a Bitmoji comic.

Usage

get_comic(id, tag)

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").

Examples

Run this code
# NOT RUN {
# 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")
# }

Run the code above in your browser using DataLab