Description Usage Arguments Value Examples
Download PNG for the icons in a list from get_icon_by_term()
1 | get_pngs_and_show(icon_lists)
|
icon_lists |
List of details about icons from Noun Project supplied by the function get_icon_by_term() (may be useful for other functions too) |
group of images in a PNG format
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# assemble the url to get 4 dog icons
url <- nounprojectR::make_term_endpoint("dog", num_of_imgs = 4)
# obtain information from the Noun Project server
res <- get_nouns_api(url)
# extract the JSON file
result <- httr::content(res)
# show the images
get_pngs_and_show(result)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.