powered by
Returns photos from the given user's photostream. Only phots visible to the calling user will be returned.
getPhotos(api_key, user_id)
Your API application key
The NSID of the user who's phoyos to return. A value of me return the calling user's photos
This function return data.frame including columns:
data.frame
id
owner
secret
server
farm
title
ispublic
isfriend
isfamily
# NOT RUN { getPhotos(api_key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", user_id="141696738@N08") # } # NOT RUN { # }
Run the code above in your browser using DataLab