get_comic_id: Get comic ID from tag

Description Usage Arguments Examples

View source: R/utils.R

Description

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

Usage

1
get_comic_id(tag, friends = FALSE)

Arguments

tag

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

friends

Logical indicating whether or not to find a friends comic. Default is FALSE.

Examples

1
2
3
get_comic_id("birthday")
get_comic_id("birthday", friends = TRUE)
get_comic_id("edvard")  # Edvard Munch's "The Scream"

bgreenwell/RBitmoji documentation built on May 25, 2019, 3:22 p.m.