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.7)FlickrAPI_0.1.0.1.zip(r-4.6)FlickrAPI_0.1.0.1.zip(r-4.5)
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.7-any)FlickrAPI_0.1.0.1.tar.gz(r-4.6-any)
FlickrAPI_0.1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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:8 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 133 | ||
| macos-oldrel-arm64 | OK | 133 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | FAIL | 1429 |
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 |
