bundle_app | R Documentation |
This function is called by deploy_app()
to compress Shiny apps before
deploying them to Polished Hosting. You probably won't need to call this function
directly.
bundle_app(app_dir = ".")
app_dir |
The path to the directory containing your Shiny app. Defaults to the working directory. |
the file path of the app bundle
## Not run:
bundle_app(
system.file("examples/polished_example_01", package = "polished")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.