Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bundle_app

Create a tar archive


Description

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.

Usage

bundle_app(app_dir = ".")

Arguments

app_dir

The path to the directory containing your Shiny app. Defaults to the working directory.

Examples

## Not run: 
bundle_app(
  system.file("examples/polished_example_01", package = "polished")
)

## End(Not run)

polished

Authentication, User Administration, and Hosting for 'shiny' Apps

v0.3.0
MIT + file LICENSE
Authors
Andy Merlino [aut, cre], Patrick Howard [aut], Jimmy Briggs [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.