Skip to content

Commit

Permalink
One more try...?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBeeley committed Mar 17, 2021
1 parent dc331b6 commit 754870a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/mod_report_builder.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ mod_report_builder_server <- function(id, filter_sentiment, filter_data,
system.file("app/www/", "report.Rmd",
package = "experiencesdashboard"),
output_format = "word_document",
output_file = "report.docx",
output_file = system.file("app/www/", "report.docx",
package = "experiencesdashboard"),
quiet = TRUE, params = params,
envir = new.env(parent = globalenv())
)
Expand Down

0 comments on commit 754870a

Please sign in to comment.