Learn R Programming

RBitmoji (version 0.0.2)

get_imoji_comic_ids: Get comic IDs from tag

Description

Use a JSON file to look up all comic IDs associated with a given tag.

Usage

get_imoji_comic_ids(tag)

Arguments

tag

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

Examples

Run this code
# NOT RUN {
get_imoji_comic_ids("birthday")
get_imoji_comic_ids("edvard munch")  # Edvard Munch's "The Scream"
# }

Run the code above in your browser using DataLab