flickrlist: flickrlist - Get list of media items on Flickr for the search...

Description Usage Arguments Examples

Description

flickrlist - Get list of media items on Flickr for the search string.

Usage

1
flickrlist(apikey = NA, stext = NA, bbox = NA)

Arguments

apikey

- API key provided by Flickr.com website. (Refer http://www.flickr.com/services/api/misc.api_keys.html for more details.)

stext

- Test to search, a species name of common name.

bbox

- Bounding box. Geographical coordinates of Left top and right bottom corners separate by comma in string format i.e. "-180,-90,180,90" for whole world.

Using bbox parameter would not return photo without geocoding. If photos returned are more than 4000 the function automatically defaults to geocoded photos.

Examples

1
2
3
4
## Not run: 
 flickrlist(myapikey,"Danaus chrysippus")

## End(Not run)

vijaybarve/bdsns documentation built on May 3, 2019, 6:12 p.m.