R/analysis_of_stream.R

Defines functions analysis_of_stream

Documented in analysis_of_stream

#' Generates full analysis of one stream of streamer
#' 
#' @param path
#' @param window_size
#' @param interactive
#' @return list of plots
#' @export
analysis_of_stream <- function(path, window_size = 5, interactive = TRUE) {
  df <- load_stream_chat(path)
  gen_all_plots(df, path = path, window_size = window_size,
                interactive = interactive)
}
badbayesian/twitchNLP documentation built on Dec. 19, 2021, 6:38 a.m.