From 8e39590d69cf449cf3b020d787dd1a45f59b0544 Mon Sep 17 00:00:00 2001 From: Angelo D'Ambrosio Date: Thu, 11 Apr 2024 11:53:25 +0200 Subject: [PATCH] feat: use "audience" instead of "event_audience" the two terms were being used unconsistently across the framework --- R/summarization.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/summarization.R b/R/summarization.R index 2fb3a53..4a4c736 100644 --- a/R/summarization.R +++ b/R/summarization.R @@ -316,7 +316,7 @@ summarise_transcript <- function( #' time is not the start time of the event. #' @param event_description The description of the event See #' `summarise_transcript` for more details. -#' @param event_audience The audience of the event See `summarise_transcript` +#' @param audience The audience of the event See `summarise_transcript` #' for more details. #' @param vocabulary The vocabulary used in the meeting. See #' `summarise_transcript` for more details. @@ -346,7 +346,7 @@ summarise_full_meeting <- function( event_start_time = getOption("minutemaker_event_start_time"), event_description = NULL, - event_audience = "An audience with understanding of the topic", + audience = "An audience with understanding of the topic", vocabulary = NULL, consider_diarization = TRUE, @@ -437,7 +437,7 @@ summarise_full_meeting <- function( event_description = event_description, recording_details = recording_details, vocabulary = vocabulary, - audience = event_audience, + audience = audience, consider_diarization = consider_diarization, summary_structure = summary_structure,