The GUI for interactive parameter input in RStudio (knit_with_parameters()) does not accept files bigger than 5 Mb. In Shiny, it is clear that this can be solved by options(shiny.maxRequestSize = ...). For standalone Rmarkdown (no runtime: shiny) this is still an issue.
The option to use text instead of file input is not that good, because the idea of having a GUI is aimed at users that do not want to or can not type file paths.
This has been addressed before on the RStudio community, but not resolved.
The text was updated successfully, but these errors were encountered:
The GUI for interactive parameter input in RStudio (
knit_with_parameters()) does not accept files bigger than 5 Mb. In Shiny, it is clear that this can be solved byoptions(shiny.maxRequestSize = ...). For standalone Rmarkdown (noruntime: shiny) this is still an issue.The option to use text instead of file input is not that good, because the idea of having a GUI is aimed at users that do not want to or can not type file paths.
This has been addressed before on the RStudio community, but not resolved.
The text was updated successfully, but these errors were encountered: