plot_comments_over_time: Plots moving windowed comment of some moment over some stream

Description Usage Arguments Value

View source: R/plot_comments_over_time.R

Description

Plots moving windowed comment of some moment over some stream

Usage

1
2
3
4
5
6
7
8
plot_comments_over_time(
  df,
  stream_title,
  window_size = 5,
  .f = mean,
  .fname = "Mean",
  interactive = FALSE
)

Arguments

.f

function of moment

.fname

name of function of moment for ggplot title

Value

ggplot (time series of some moment of twitch comments)


badbayesian/twitchNLP documentation built on Dec. 19, 2021, 6:38 a.m.