Description Usage Arguments Value
View source: R/plot_comments_over_time.R
Plots moving windowed comment of some moment over some stream
1 2 3 4 5 6 7 8 | plot_comments_over_time(
df,
stream_title,
window_size = 5,
.f = mean,
.fname = "Mean",
interactive = FALSE
)
|
.f |
function of moment |
.fname |
name of function of moment for ggplot title |
ggplot (time series of some moment of twitch comments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.