Learn R Programming

FlickrAPI (version 0.1.0.0)

getPhotos: Photos from the given user's photostream

Description

Returns photos from the given user's photostream. Only phots visible to the calling user will be returned.

Usage

getPhotos(api_key, user_id)

Arguments

api_key

Your API application key

user_id

The NSID of the user who's phoyos to return. A value of me return the calling user's photos

Value

This function return data.frame including columns:

  • id

  • owner

  • secret

  • server

  • farm

  • title

  • ispublic

  • isfriend

  • isfamily

Examples

Run this code
# NOT RUN {
  getPhotos(api_key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", user_id="141696738@N08")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab