Learn R Programming

⚠️There's a newer version (0.1.0.1) of this package.Take me there.

FlickrAPI

Provides an interface to the Flickr API and allows R users to download publicly available photo's data posted on Flickr.

Installation

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)

See Also

Flickr API

Copy Link

Version

Install

install.packages('FlickrAPI')

Monthly Downloads

199

Version

0.1.0.0

License

GPL-2 | file LICENSE

Maintainer

Koki Ando

Last Published

January 30th, 2019

Functions in FlickrAPI (0.1.0.0)

getHotTags

Returns a list of hot tags for the given period.
getPhotos

Photos from the given user's photostream
getPhotoInfo

Download Flickr Photo Data
FlickrAPI

FlickrAPI: Access to Flickr API via R
getExif

Returns a data of EXIF data for a given photo.