From 4dbf90127ade1b12242cbd952a7a61b3d3093ca7 Mon Sep 17 00:00:00 2001 From: flavis Date: Mon, 9 Aug 2021 17:08:37 +0200 Subject: [PATCH] remove unused name argument in word_usage_by_date --- R/analyze.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/analyze.R b/R/analyze.R index a67f472..4570a02 100644 --- a/R/analyze.R +++ b/R/analyze.R @@ -141,11 +141,10 @@ bar_plot_fractions <- function(tb, #' #' @param res List of Tibbles to be analysed. #' @param patterns Words to look up. -#' @param name ? #' @param tidy default is FALSE. #' #' @export -word_usage_by_date <- function(res, patterns, name, tidy=F) { +word_usage_by_date <- function(res, patterns, tidy=F) { tb <- res$talks nms <- names(patterns) for (i in seq_along(patterns)) {