trendy: Google Trends Search

Description Usage Arguments Value Examples

View source: R/trendy.R

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

1
2
3
4
trendy(search_terms, from = NA, to = NA, ...)

## S3 method for class '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

1
2
3
4
## Not run: 
trendy("RStudio 1.2")

## End(Not run)

trendyy documentation built on May 20, 2019, 5 p.m.

Related to trendy in trendyy...