powered by
Returns a list of hot tags for the given period.
getHotTags(api_key, period = "day", count = 20)
Your API application key
The period for which to fetch hot tags. Valid values are day and week. Defaults to day
The number of tags to return. Defaults to 20. Maximum allowed value is 200.
This function a data frame of hot tags for the given period
# NOT RUN { getHotTags(api_key = "********************************", period = "day", count=20) # } # NOT RUN { # }
Run the code above in your browser using DataLab