trendy {trendyy} | R Documentation |
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 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 |
x |
trendy object |
Value
An object of class 'trendy'
Examples
## Not run:
trendy("RStudio 1.2")
## End(Not run)
[Package trendyy version 0.1.1 Index]