FlickrAPI 
Provides an interface to the Flickr API and allows R users to download publicly available photo's data posted on Flickr.
Installation
install.packages("FlickrAPI")
# devtools::install_github("koki25ando/FlickrAPI")
library(FlickrAPI)
Package Contents
- getPhotos(api_key, user_id)
- getPhotoInfo(api_key, photo_id, output)
- getExif(api_key, photo_id)
- getHotTags(api_key, period, count)
- getPhotoSearch(api_key, user_id, tags, licence_id, sort, bbox, extras, per_page, page)