get_icon_by_term: Search Noun Project using a Term using Python authentication

Description Usage Arguments Value Examples

Description

Search Noun Project using a Term using Python authentication

Usage

1
2
get_icon_by_term(term, num_of_imgs = 4, limit_to_public_domain = 1,
  offset = 0)

Arguments

term

word for which you would like to search on Noun Project site

num_of_imgs

the number of images you would like to get (default = 4 )

limit_to_public_domain

enter 0 for NO or 1 for YES (default YES)

offset

how many images would you like to skip (default 0)

Value

gives a list of image details including urls from which they can be accessed

Examples

1
2
3
4
## Not run: 
get_icon_by_term("dog")

## End(Not run)

CaRdiffR/nounprojectR documentation built on May 4, 2019, 9:49 a.m.