View source: R/single_keyword_smooth.R
single_keyword_smooth | R Documentation |
Single term smoothed
single_keyword_smooth(tbl, term, ma)
tbl |
Data frame with Google Trends data |
term |
Term to isolate |
ma |
Level of moving average |
graph with raw hits value and overlayed moving average line
## Not run:
single_keyword_smooth(tbl, "cats", ma = 7)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.