Skip to content
Snippets Groups Projects
Commit ea5bf7eb authored by thierrychambert's avatar thierrychambert
Browse files

replace tempdir() by tempReport

parent f9db49b8
No related branches found
No related tags found
No related merge requests found
...@@ -2492,7 +2492,7 @@ server <- function(input, output, session){ ...@@ -2492,7 +2492,7 @@ server <- function(input, output, session){
# can happen when deployed). # can happen when deployed).
tempReport <- file.path(tempdir(), "report.Rmd") tempReport <- file.path(tempdir(), "report.Rmd")
file.copy("report.Rmd", tempdir(), overwrite = TRUE) file.copy("report.Rmd", tempReport, overwrite = TRUE)
# Set up parameters to pass to Rmd document # Set up parameters to pass to Rmd document
paramsRMD <- list( paramsRMD <- list(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment