Learn R Programming

RBitmoji (version 0.0.2)

get_id: Get user id

Description

Get unique user id for use with plot_comic and get_comic.

Usage

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

Run this code
# NOT RUN {
my_id <- get_id("username@gmail.com")
plot_comic(my_id, tag = "edvard")
# }

Run the code above in your browser using DataLab