Launches an interactive Shiny app; the function does not return a value.
Arguments
maxRequestSize
Number defining the maximum allowed filesize (in megabytes)
for uploaded files, defaults to 50MB
debug
Logical value. If debug = TRUE,
then tracing output will be displayed in the R console
so that the user can see the values being passed
between the R session running the application
and the browser displaying the application.
shiny.server
Setting this parameter to TRUE will return the app in the form of an
object rather than invoking it. This is useful for deploying this app via shiny-server.
Details
The application is a graphical user interface
developed using the shiny and rmarkdown frameworks.
This application requires Pandoc to be installed.
If the application is run from within RStudio,
then Pandoc should automatically be available,
as Pandoc is bundled with RStudio installations.