Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

FlickrAPI

CRAN status Rdoc CRAN RStudio mirror downloads total downloads

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)

See Also

About

Access to Flickr API

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.