Learn R Programming

FlickrAPI (version 0.1.0.0)

getHotTags: Returns a list of hot tags for the given period.

Description

Returns a list of hot tags for the given period.

Usage

getHotTags(api_key, period = "day", count = 20)

Arguments

api_key

Your API application key

period

The period for which to fetch hot tags. Valid values are day and week. Defaults to day

count

The number of tags to return. Defaults to 20. Maximum allowed value is 200.

Value

This function a data frame of hot tags for the given period

Examples

Run this code
# NOT RUN {
 getHotTags(api_key = "********************************", 
            period = "day", count=20)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab