-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R markdown report not generating from shiny app #10
Comments
Hi Amy. This will be due to an id mis-match on the download handler between the UI and the server. A mistake I have made many times! Best, |
Thanks @PaulC91 - after correcting this I have another error though with regards to the filepath to the temporary file:
Any ideas? |
hm not sure why the temp file isn't being recognised, but it's not strictly necessary so maybe try passing just Another thing I just noticed is that the rmarkdown::render(input = "ELISAQCrapport.Rmd",
output_file = file,
params = params,
envir = new.env(parent = globalenv())) |
It is strange but when I tried removing the temp file creation and saving the file in exactly the same place as the .Rmd is, it still can´t find it:
I get this error even if I avoid changing the name of the .html output - not sure why. |
Problem statement:
The shiny app launches, but when clicking the generate report button it only produces a copy of the inputs. The r markdown report is not generated.
The text was updated successfully, but these errors were encountered: