get_id: Get user id

Description Usage Arguments Examples

View source: R/get_id.R

Description

Get unique user id for use with plot_comic and get_comic.

Usage

1
get_id(user_email)

Arguments

user_email

Character string specifying the email associated with the Bitmoji account for which you'd like to get/plot comics (e.g., username@gmail.com).

Examples

1
2
3
4
5
## Not run: 
my_id <- get_id("username@gmail.com")
plot_comic(my_id, tag = "edvard")

## End(Not run)

RBitmoji documentation built on May 2, 2019, 5:54 a.m.