Package: FlickrAPI 0.1.0.1

FlickrAPI: Access to Flickr API
Provides an interface to the Flickr API <https://www.flickr.com/services/api/> and allows R users to download data on Flickr.
Authors:
FlickrAPI_0.1.0.1.tar.gz
FlickrAPI_0.1.0.1.zip(r-4.6)FlickrAPI_0.1.0.1.zip(r-4.5)FlickrAPI_0.1.0.1.zip(r-4.4)
FlickrAPI_0.1.0.1.tgz(r-4.6-any)FlickrAPI_0.1.0.1.tgz(r-4.5-any)
FlickrAPI_0.1.0.1.tar.gz(r-4.6-any)FlickrAPI_0.1.0.1.tar.gz(r-4.5-any)
FlickrAPI_0.1.0.1.tgz(r-4.5-emscripten)
FlickrAPI.pdf |FlickrAPI.html✨
FlickrAPI/json (API)
NEWS
| # Install 'FlickrAPI' in R: |
| install.packages('FlickrAPI', repos = c('https://koki25ando.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/koki25ando/flickrapi/issues
Last updated from:4031eb67ca. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | |
| source / vignettes | OK | 150 | |
| linux-release-x86_64 | OK | 119 | |
| macos-devel-arm64 | OK | 117 | |
| macos-release-arm64 | OK | 77 | |
| windows-devel | OK | 82 | |
| windows-release | OK | 74 | |
| windows-oldrel | OK | 88 | |
| wasm-release | OK | 104 |
Exports:FlickrAPIRequestget_exifget_fave_photosget_flickr_api_keyget_hot_tagsget_photo_infoget_photo_searchget_photosgetExifgetFavePhotosgetFlickrAPIKeygetHotTagsgetPhotoInfogetPhotosgetPhotoSearchset_flickr_api_keysetFlickrAPIKey
Dependencies:askpassclicpp11curldplyrgenericsgluehmshttr2janitorlifecyclelubridatemagrittropensslpillarpkgconfigpurrrR6rappdirsrlangsnakecasestringistringrsystibbletidyrtidyselecttimechangeutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Request data from the Flickr API | FlickrAPIRequest |
| Get EXIF data for a Flickr photo. | getExif get_exif |
| Get a data frame of hot tags for a given time period. | getHotTags get_hot_tags |
| Get available information for a Flickr photo. | getPhotoInfo get_photo_info |
| Get Flickr user photos or a user's favorite photos | getFavePhotos getPhotos get_fave_photos get_photos |
| Search for photos on Flickr by user id, tags, license, or bounding box | getPhotoSearch get_photo_search |
| Set and get a Flickr API key to/from environment variables. | getFlickrAPIKey get_flickr_api_key setFlickrAPIKey set_flickr_api_key |
