FlickrFunctions: Functions objects for interfacing to Flickr operations via a...

Description Usage Format Source References Examples

Description

These are the functions that are used by the FlickrSession object created in a call to flickrSession to call the Flickr API operations. These are adapted from the corresponding flickr.* (e.g. flickr.tags.getHotList) functions within the package itself. The order of the parameters is changed to make the secret, api_key and auth_token parameters appear at the end since they are supplied in the calls by the FlickrSession object itself and not by the caller within each operation call.

These are automatically loaded into the R session in the call to flickrSession.

paramInfo is a list containing information about the set of parameters for each of the 113 Flickr operations. Each element is a logical vector and indicates whether the value is required (TRUE) or optional (FALSE). The names of the parameters are given by the names of the vector.

The parameter information was extracted programmatically via (unexported) code in this package using the htmlTreeParse function in the XML package.

Usage

1

Format

A list of 113 functions.

Source

http://www.flickr.com/services/api/

References

http://www.flickr.com/services/api/

Examples

1

duncantl/Rflickr documentation built on May 15, 2019, 5:54 p.m.