Skip to content

Commit

Permalink
feat: use styler to improve outputs readibility
Browse files Browse the repository at this point in the history
use styler to improve the formatting of the generated agendas and unformatted summary outputs
  • Loading branch information
bakaburg1 committed Apr 11, 2024
1 parent ae4fc3c commit 194b8c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/summarization.R
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ summarise_full_meeting <- function(

# Update the results file
dput(result_tree, file = output_file)
styler::style_file(output_file)
}

if (length(result_tree) == 0) {
Expand Down Expand Up @@ -844,6 +845,7 @@ infer_agenda_from_transcript <- function(

if (!is.null(output_file)) {
dput(agenda, file = output_file)
styler::style_file(output_file)
}

options(
Expand Down

0 comments on commit 194b8c8

Please # to comment.