powered by
R access to photo information of photos posted on flickr via flickr API interface
getPhotoInfo(api_key, photo_id, output = c("Location", "Date", "URL", "Tags"))
Your API application key
The id of the photo to get information for
Output data type. It depends on what you are interested in. You have to choose from Location, Date, URL or Tags.
This function returns data of specific photo's information.
# NOT RUN { getPhotoInfo(api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", photo_id="30484882493", output="location") # } # NOT RUN { # }
Run the code above in your browser using DataLab