我按照Rstudio博客中描述的步骤生成了可下载的报告: https://shiny.rstudio.com/articles/generating-reports.html。
在本地运行时(在计算机上的RStudio应该在linux或Windows上)或在Shinyapps.io上运行时,它可以正常工作。
但是,当在闪亮的服务器(Linux)上运行时,将.Rmd文件复制到本地副本的步骤不起作用,我也不知道为什么。
tempReport <- file.path(tempdir(), "report.Rmd")
file.copy("report.Rmd", tempReport, overwrite = TRUE)
我收到这些警告: 警告normalizePath(路径,winslash = winslash,mustWork = mustWork): path [1] =“ / tmp / RtmpFQ0udh / PSUR_5_2.Rmd”:没有此类文件或目录 警告:tools :: file_path_as_absolute中的错误:文件'/tmp/RtmpFQ0udh/PSUR_5_2.Rmd'不存在 [没有可用的堆栈跟踪]