Skip to contents

Web-deployable Shiny application with file upload/download capabilities for converting R scripts to Quarto markdown documents. Suitable for deployment on Shiny Server, ShinyApps.io, or other web hosting platforms.

Usage

quartify_app_web(launch.browser = TRUE, port = NULL)

Arguments

launch.browser

Logical, whether to launch browser (default: TRUE)

port

Integer, port number for the application (default: NULL for random port)

Value

No return value, called for side effects (launches a Shiny application).

Examples

if (interactive()) {
  quartify_app_web()
}