Description Usage Arguments Examples
Plot a Bitmoji comic.
1 | plot_comic(id, tag)
|
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.,
|
1 2 3 4 5 6 | # ID obtained using get_id()
my_id <- "1551b314-5e8a-4477-aca2-088c05963111-v1"
plot_comic(my_id, tag = "edvard")
# Plot with friends
plot_comic(c(my_id, my_id), tag = "sloth")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.