powered by
Use a JSON file to look up a comic ID associated with a given tag.
get_comic_id(tag, friends = FALSE)
Character string specifying the keyword tag (e.g., "birthday").
"birthday"
Logical indicating whether or not to find a friends comic. Default is FALSE.
FALSE
# NOT RUN { get_comic_id("birthday") get_comic_id("birthday", friends = TRUE) get_comic_id("edvard") # Edvard Munch's "The Scream" # }
Run the code above in your browser using DataLab