bundle_app: Create a tar archive

View source: R/deploy_app.R

bundle_appR Documentation

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.

Value

the file path of the app bundle

Examples


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

## End(Not run)



polished documentation built on Feb. 16, 2023, 8:02 p.m.