Description Usage Arguments Examples
Use a JSON file to look up a comic ID associated with a given tag.
1 | get_comic_id(tag, friends = FALSE)
|
tag |
Character string specifying the keyword tag (e.g.,
|
friends |
Logical indicating whether or not to find a friends comic.
Default is |
1 2 3 | get_comic_id("birthday")
get_comic_id("birthday", friends = TRUE)
get_comic_id("edvard") # Edvard Munch's "The Scream"
|
[1] "10228109"
[1] "10218305"
[1] "10224100"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.