trendyy (version 0.1.1)

trendy: Google Trends Search

Description

Search Google Trends to retrieve relative hits and popularity. This supports comparison of up to 5 search terms. Anything more than that will be searched individually.

Usage

trendy(search_terms, from = NA, to = NA, ...)

# S3 method for trendy print(x, ...)

Arguments

search_terms

A character vector containing the search terms of interest

from

The beginning date of the query

to

The beginning date of the query

...

arguments passed to gtrendsR::gtrends(). See ?gtrendsR::gtrends for more information including geography, language, and time-zone.

x

trendy object

Value

An object of class `trendy`

Examples

Run this code
# NOT RUN {
trendy("RStudio 1.2")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab