single_keyword_smooth: Single term smoothed

View source: R/single_keyword_smooth.R

single_keyword_smoothR Documentation

Single term smoothed

Description

Single term smoothed

Usage

single_keyword_smooth(tbl, term, ma)

Arguments

tbl

Data frame with Google Trends data

term

Term to isolate

ma

Level of moving average

Value

graph with raw hits value and overlayed moving average line

Examples

## Not run: 
single_keyword_smooth(tbl, "cats", ma = 7)

## End(Not run)

taylorgrant/GSPtrends documentation built on Sept. 14, 2024, 5:43 p.m.